Html Css Color HEX #CE5ABB Fuchsia

📋 copy color: '#CE5ABB'

red 206 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #CE5ABB

Tints of Fuchsia #CE5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 42.65%
G = 18.63%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE5ABB (or 0xCE5ABB) is known color: Fuchsia. HEX triplet: CE, 5A and BB. RGB value is (206,90,187). Sum of RGB (Red+Green+Blue) = 206+90+187=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ABB is #31A544. Grayscale: #878787. Windows color (decimal): -3253573 or 12278478. OLE color: 12278478.

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

Color convert

RGB 206 90 187 -
CMYK 0 0.56 0.09 0.19
HSL 309.83º 0.54% 0.58% -
HSV(B) 309.83º 0.56% 0.81% -
XYZ 38.08 24.02 49.64 -
YUV 135.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 206 90 187 0 0.56 0.09 0.19 309.83 0.54 0.58
Hex CE 5A BB 0 38 9 13 136 36 3A
Octal 316 132 273 0 70 11 23 466 66 72
Binary 11001110 1011010 10111011 0 111000 1001 10011 100110110 110110 111010

Color Harmonies of #CE5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ABB

Black with #CE5ABB

Text Example


Text Example

White with #CE5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ABB; }

 p { color: rgb(206,90,187); }

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

background-color css

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

 a { background-color: rgb(206,90,187); }

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

border-color css

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

 span { border-color: rgb(206,90,187); }

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