Html Css Color HEX #CF00A5 Hollywood Cerise

📋 copy color: '#CF00A5'

red 207 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #CF00A5

Tints of Hollywood Cerise #CF00A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.35%

R = 55.65%
G = 0%
B = 44.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF00A5 (or 0xCF00A5) is known color: Hollywood Cerise. HEX triplet: CF, 00 and A5. RGB value is (207,0,165). Sum of RGB (Red+Green+Blue) = 207+0+165=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00A5 is #30FF5A. Grayscale: #505050. Windows color (decimal): -3211099 or 10813647. OLE color: 10813647.

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

Color convert

RGB 207 0 165 -
CMYK 0 1 0.20 0.19
HSL 312.17º 1% 0.41% -
HSV(B) 312.17º 1% 0.81% -
XYZ 32.52 15.98 36.97 -
YUV 80.7 175.58 218.08 -
System Red Green Blue C M Y K H S L
Decimal 207 0 165 0 1 0.20 0.19 312.17 1 0.41
Hex CF 0 A5 0 64 14 13 138 64 29
Octal 317 0 245 0 144 24 23 470 144 51
Binary 11001111 0 10100101 0 1100100 10100 10011 100111000 1100100 101001

Color Harmonies of #CF00A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00A5

Black with #CF00A5

Text Example


Text Example

White with #CF00A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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