Html Css Color HEX #CF2B76 Deep Cerise

📋 copy color: '#CF2B76'

red 207 ◦ green 43 ◦ blue 118

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

Shades of Deep Cerise #CF2B76

Tints of Deep Cerise #CF2B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 56.25%
G = 11.68%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2B76 (or 0xCF2B76) is known color: Deep Cerise. HEX triplet: CF, 2B and 76. RGB value is (207,43,118). Sum of RGB (Red+Green+Blue) = 207+43+118=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2B76 is #30D489. Grayscale: #646464. Windows color (decimal): -3200138 or 7744463. OLE color: 7744463.

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

Color convert

RGB 207 43 118 -
CMYK 0 0.79 0.43 0.19
HSL 332.56º 0.66% 0.49% -
HSV(B) 332.56º 0.79% 0.81% -
XYZ 29.87 16.3 18.71 -
YUV 100.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 207 43 118 0 0.79 0.43 0.19 332.56 0.66 0.49
Hex CF 2B 76 0 4F 2B 13 14D 42 31
Octal 317 53 166 0 117 53 23 515 102 61
Binary 11001111 101011 1110110 0 1001111 101011 10011 101001101 1000010 110001

Color Harmonies of #CF2B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2B76

Black with #CF2B76

Text Example


Text Example

White with #CF2B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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