Html Css Color HEX #CE02A6 Hollywood Cerise

📋 copy color: '#CE02A6'

red 206 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #CE02A6

Tints of Hollywood Cerise #CE02A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 55.08%
G = 0.53%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE02A6 (or 0xCE02A6) is known color: Hollywood Cerise. HEX triplet: CE, 02 and A6. RGB value is (206,2,166). Sum of RGB (Red+Green+Blue) = 206+2+166=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02A6 is #31FD59. Grayscale: #515151. Windows color (decimal): -3276122 or 10879694. OLE color: 10879694.

HSL color Cylindrical-coordinate representation of color #CE02A6: hue angle of 311.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 166 -
CMYK 0 0.99 0.19 0.19
HSL 311.76º 0.98% 0.41% -
HSV(B) 311.76º 0.99% 0.81% -
XYZ 32.36 15.92 37.44 -
YUV 81.69 175.59 216.66 -
System Red Green Blue C M Y K H S L
Decimal 206 2 166 0 0.99 0.19 0.19 311.76 0.98 0.41
Hex CE 2 A6 0 63 13 13 138 62 29
Octal 316 2 246 0 143 23 23 470 142 51
Binary 11001110 10 10100110 0 1100011 10011 10011 100111000 1100010 101001

Color Harmonies of #CE02A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02A6

Black with #CE02A6

Text Example


Text Example

White with #CE02A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02A6; }

 p { color: rgb(206,2,166); }

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

background-color css

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

 a { background-color: rgb(206,2,166); }

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

border-color css

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

 span { border-color: rgb(206,2,166); }

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