Html Css Color HEX #CE52AB Fuchsia

📋 copy color: '#CE52AB'

red 206 ◦ green 82 ◦ blue 171

#CE52AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CE52AB

Tints of Fuchsia #CE52AB

RGB

 RED value IS 206 (80.86% from 255) = 44.88%

 GREEN value IS 82 (32.42% from 255) = 17.86%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 44.88%
G = 17.86%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE52AB (or 0xCE52AB) is known color: Fuchsia. HEX triplet: CE, 52 and AB. RGB value is (206,82,171). Sum of RGB (Red+Green+Blue) = 206+82+171=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE52AB is #31AD54. Grayscale: #808080. Windows color (decimal): -3255637 or 11227854. OLE color: 11227854.

HSL color Cylindrical-coordinate representation of color #CE52AB: hue angle of 316.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE52AB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 171 -
CMYK 0 0.60 0.17 0.19
HSL 316.94º 0.56% 0.56% -
HSV(B) 316.94º 0.6% 0.81% -
XYZ 35.82 22.1 40.91 -
YUV 129.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 206 82 171 0 0.60 0.17 0.19 316.94 0.56 0.56
Hex CE 52 AB 0 3C 11 13 13D 38 38
Octal 316 122 253 0 74 21 23 475 70 70
Binary 11001110 1010010 10101011 0 111100 10001 10011 100111101 111000 111000

Color Harmonies of #CE52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52AB

Black with #CE52AB

Text Example


Text Example

White with #CE52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52AB; }

 p { color: rgb(206,82,171); }

 H1.HeaderClassName
 {
   color: #CE52AB;
 }
 .AnyTagClassName
 {
   color: #CE52AB;
 }
</style>

background-color css

<style>
 a { background-color: #CE52AB; }

 a { background-color: rgb(206,82,171); }

 div.DivClassName
 {
   background-color: #CE52AB;
 }
 .BgClassName
 {
   background-color: #CE52AB;
 }
</style>

border-color css

<style>
 span { border-color: #CE52AB; }

 span { border-color: rgb(206,82,171); }

 td.TdClassName
 {
   border-color: #CE52AB;
 }
 .TagClassName
 {
   border-color: #CE52AB;
 }
</style>