Html Css Color HEX #CF2B96 Deep Cerise

📋 copy color: '#CF2B96'

red 207 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #CF2B96

Tints of Deep Cerise #CF2B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

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

R = 51.75%
G = 10.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF2B96 (or 0xCF2B96) is known color: Deep Cerise. HEX triplet: CF, 2B and 96. RGB value is (207,43,150). Sum of RGB (Red+Green+Blue) = 207+43+150=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B96 is #30D469. Grayscale: #676767. Windows color (decimal): -3200106 or 9841615. OLE color: 9841615.

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

Color convert

RGB 207 43 150 -
CMYK 0 0.79 0.28 0.19
HSL 320.85º 0.66% 0.49% -
HSV(B) 320.85º 0.79% 0.81% -
XYZ 32.1 17.2 30.48 -
YUV 104.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 207 43 150 0 0.79 0.28 0.19 320.85 0.66 0.49
Hex CF 2B 96 0 4F 1C 13 141 42 31
Octal 317 53 226 0 117 34 23 501 102 61
Binary 11001111 101011 10010110 0 1001111 11100 10011 101000001 1000010 110001

Color Harmonies of #CF2B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B96

Black with #CF2B96

Text Example


Text Example

White with #CF2B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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