Html Css Color HEX #CF00A4 Hollywood Cerise

📋 copy color: '#CF00A4'

red 207 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #CF00A4

Tints of Hollywood Cerise #CF00A4

RGB

 RED value IS 207 (81.25% from 255) = 55.8%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.8%
G = 0%
B = 44.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF00A4 (or 0xCF00A4) is known color: Hollywood Cerise. HEX triplet: CF, 00 and A4. RGB value is (207,0,164). Sum of RGB (Red+Green+Blue) = 207+0+164=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00A4 is #30FF5B. Grayscale: #505050. Windows color (decimal): -3211100 or 10748111. OLE color: 10748111.

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

Color convert

RGB 207 0 164 -
CMYK 0 1 0.21 0.19
HSL 312.46º 1% 0.41% -
HSV(B) 312.46º 1% 0.81% -
XYZ 32.43 15.95 36.49 -
YUV 80.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 207 0 164 0 1 0.21 0.19 312.46 1 0.41
Hex CF 0 A4 0 64 15 13 138 64 29
Octal 317 0 244 0 144 25 23 470 144 51
Binary 11001111 0 10100100 0 1100100 10101 10011 100111000 1100100 101001

Color Harmonies of #CF00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00A4

Black with #CF00A4

Text Example


Text Example

White with #CF00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00A4; }

 p { color: rgb(207,0,164); }

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

background-color css

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

 a { background-color: rgb(207,0,164); }

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

border-color css

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

 span { border-color: rgb(207,0,164); }

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