Html Css Color HEX #CF32A9 Deep Cerise

📋 copy color: '#CF32A9'

red 207 ◦ green 50 ◦ blue 169

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

Shades of Deep Cerise #CF32A9

Tints of Deep Cerise #CF32A9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 48.59%
G = 11.74%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF32A9 (or 0xCF32A9) is known color: Deep Cerise. HEX triplet: CF, 32 and A9. RGB value is (207,50,169). Sum of RGB (Red+Green+Blue) = 207+50+169=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF32A9 is #30CD56. Grayscale: #6E6E6E. Windows color (decimal): -3198295 or 11088591. OLE color: 11088591.

HSL color Cylindrical-coordinate representation of color #CF32A9: hue angle of 314.52º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32A9 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 50 169 -
CMYK 0 0.76 0.18 0.19
HSL 314.52º 0.62% 0.5% -
HSV(B) 314.52º 0.76% 0.81% -
XYZ 34.03 18.41 39.3 -
YUV 110.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 207 50 169 0 0.76 0.18 0.19 314.52 0.62 0.5
Hex CF 32 A9 0 4C 12 13 13B 3E 32
Octal 317 62 251 0 114 22 23 473 76 62
Binary 11001111 110010 10101001 0 1001100 10010 10011 100111011 111110 110010

Color Harmonies of #CF32A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32A9

Black with #CF32A9

Text Example


Text Example

White with #CF32A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32A9; }

 p { color: rgb(207,50,169); }

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

background-color css

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

 a { background-color: rgb(207,50,169); }

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

border-color css

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

 span { border-color: rgb(207,50,169); }

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