Html Css Color HEX #CE04A7 Hollywood Cerise

📋 copy color: '#CE04A7'

red 206 ◦ green 4 ◦ blue 167

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

Shades of Hollywood Cerise #CE04A7

Tints of Hollywood Cerise #CE04A7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 54.64%
G = 1.06%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE04A7 (or 0xCE04A7) is known color: Hollywood Cerise. HEX triplet: CE, 04 and A7. RGB value is (206,4,167). Sum of RGB (Red+Green+Blue) = 206+4+167=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04A7 is #31FB58. Grayscale: #525252. Windows color (decimal): -3275609 or 10945742. OLE color: 10945742.

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

Color convert

RGB 206 4 167 -
CMYK 0 0.98 0.19 0.19
HSL 311.58º 0.96% 0.41% -
HSV(B) 311.58º 0.98% 0.81% -
XYZ 32.47 16 37.94 -
YUV 82.98 175.42 215.75 -
System Red Green Blue C M Y K H S L
Decimal 206 4 167 0 0.98 0.19 0.19 311.58 0.96 0.41
Hex CE 4 A7 0 62 13 13 138 60 29
Octal 316 4 247 0 142 23 23 470 140 51
Binary 11001110 100 10100111 0 1100010 10011 10011 100111000 1100000 101001

Color Harmonies of #CE04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04A7

Black with #CE04A7

Text Example


Text Example

White with #CE04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04A7; }

 p { color: rgb(206,4,167); }

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

background-color css

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

 a { background-color: rgb(206,4,167); }

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

border-color css

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

 span { border-color: rgb(206,4,167); }

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