Html Css Color HEX #CF2F96 Deep Cerise

📋 copy color: '#CF2F96'

red 207 ◦ green 47 ◦ blue 150

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

Shades of Deep Cerise #CF2F96

Tints of Deep Cerise #CF2F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 51.24%
G = 11.63%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF2F96 (or 0xCF2F96) is known color: Deep Cerise. HEX triplet: CF, 2F and 96. RGB value is (207,47,150). Sum of RGB (Red+Green+Blue) = 207+47+150=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F96 is #30D069. Grayscale: #6A6A6A. Windows color (decimal): -3199082 or 9842639. OLE color: 9842639.

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

Color convert

RGB 207 47 150 -
CMYK 0 0.77 0.28 0.19
HSL 321.38º 0.63% 0.5% -
HSV(B) 321.38º 0.77% 0.81% -
XYZ 32.25 17.5 30.53 -
YUV 106.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 207 47 150 0 0.77 0.28 0.19 321.38 0.63 0.5
Hex CF 2F 96 0 4D 1C 13 141 3F 32
Octal 317 57 226 0 115 34 23 501 77 62
Binary 11001111 101111 10010110 0 1001101 11100 10011 101000001 111111 110010

Color Harmonies of #CF2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F96

Black with #CF2F96

Text Example


Text Example

White with #CF2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F96; }

 p { color: rgb(207,47,150); }

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

background-color css

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

 a { background-color: rgb(207,47,150); }

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

border-color css

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

 span { border-color: rgb(207,47,150); }

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