Html Css Color HEX #CE5ABC Fuchsia

📋 copy color: '#CE5ABC'

red 206 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #CE5ABC

Tints of Fuchsia #CE5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 42.56%
G = 18.6%
B = 38.84%

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

#CE5ABC (or 0xCE5ABC) is known color: Fuchsia. HEX triplet: CE, 5A and BC. RGB value is (206,90,188). Sum of RGB (Red+Green+Blue) = 206+90+188=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ABC is #31A543. Grayscale: #878787. Windows color (decimal): -3253572 or 12344014. OLE color: 12344014.

HSL color Cylindrical-coordinate representation of color #CE5ABC: hue angle of 309.31º 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 #CE5ABC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 188 -
CMYK 0 0.56 0.09 0.19
HSL 309.31º 0.54% 0.58% -
HSV(B) 309.31º 0.56% 0.81% -
XYZ 38.19 24.06 50.21 -
YUV 135.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 206 90 188 0 0.56 0.09 0.19 309.31 0.54 0.58
Hex CE 5A BC 0 38 9 13 135 36 3A
Octal 316 132 274 0 70 11 23 465 66 72
Binary 11001110 1011010 10111100 0 111000 1001 10011 100110101 110110 111010

Color Harmonies of #CE5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5ABC

Black with #CE5ABC

Text Example


Text Example

White with #CE5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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