Html Css Color HEX #CE01A4 Hollywood Cerise

📋 copy color: '#CE01A4'

red 206 ◦ green 1 ◦ blue 164

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

Shades of Hollywood Cerise #CE01A4

Tints of Hollywood Cerise #CE01A4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 164 (64.45% from 255) = 44.2%

R = 55.53%
G = 0.27%
B = 44.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE01A4 (or 0xCE01A4) is known color: Hollywood Cerise. HEX triplet: CE, 01 and A4. RGB value is (206,1,164). Sum of RGB (Red+Green+Blue) = 206+1+164=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE01A4 is #31FE5B. Grayscale: #505050. Windows color (decimal): -3276380 or 10748366. OLE color: 10748366.

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

Color convert

RGB 206 1 164 -
CMYK 0 1.00 0.20 0.19
HSL 312.29º 0.99% 0.41% -
HSV(B) 312.29º 1% 0.81% -
XYZ 32.17 15.82 36.48 -
YUV 80.88 174.92 217.25 -
System Red Green Blue C M Y K H S L
Decimal 206 1 164 0 1.00 0.20 0.19 312.29 0.99 0.41
Hex CE 1 A4 0 64 14 13 138 63 29
Octal 316 1 244 0 144 24 23 470 143 51
Binary 11001110 1 10100100 0 1100100 10100 10011 100111000 1100011 101001

Color Harmonies of #CE01A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01A4

Black with #CE01A4

Text Example


Text Example

White with #CE01A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01A4; }

 p { color: rgb(206,1,164); }

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

background-color css

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

 a { background-color: rgb(206,1,164); }

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

border-color css

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

 span { border-color: rgb(206,1,164); }

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