Html Css Color HEX #CE5AB4 Fuchsia

📋 copy color: '#CE5AB4'

red 206 ◦ green 90 ◦ blue 180

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

Shades of Fuchsia #CE5AB4

Tints of Fuchsia #CE5AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.82%

R = 43.28%
G = 18.91%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE5AB4 (or 0xCE5AB4) is known color: Fuchsia. HEX triplet: CE, 5A and B4. RGB value is (206,90,180). Sum of RGB (Red+Green+Blue) = 206+90+180=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AB4 is #31A54B. Grayscale: #868686. Windows color (decimal): -3253580 or 11819726. OLE color: 11819726.

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

Color convert

RGB 206 90 180 -
CMYK 0 0.56 0.13 0.19
HSL 313.45º 0.54% 0.58% -
HSV(B) 313.45º 0.56% 0.81% -
XYZ 37.35 23.73 45.79 -
YUV 134.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 206 90 180 0 0.56 0.13 0.19 313.45 0.54 0.58
Hex CE 5A B4 0 38 D 13 139 36 3A
Octal 316 132 264 0 70 15 23 471 66 72
Binary 11001110 1011010 10110100 0 111000 1101 10011 100111001 110110 111010

Color Harmonies of #CE5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AB4

Black with #CE5AB4

Text Example


Text Example

White with #CE5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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