Html Css Color HEX #CF2C95 Deep Cerise

📋 copy color: '#CF2C95'

red 207 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #CF2C95

Tints of Deep Cerise #CF2C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 51.75%
G = 11%
B = 37.25%

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

#CF2C95 (or 0xCF2C95) is known color: Deep Cerise. HEX triplet: CF, 2C and 95. RGB value is (207,44,149). Sum of RGB (Red+Green+Blue) = 207+44+149=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C95 is #30D36A. Grayscale: #686868. Windows color (decimal): -3199851 or 9776335. OLE color: 9776335.

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

Color convert

RGB 207 44 149 -
CMYK 0 0.79 0.28 0.19
HSL 321.35º 0.65% 0.49% -
HSV(B) 321.35º 0.79% 0.81% -
XYZ 32.06 17.24 30.07 -
YUV 104.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 207 44 149 0 0.79 0.28 0.19 321.35 0.65 0.49
Hex CF 2C 95 0 4F 1C 13 141 41 31
Octal 317 54 225 0 117 34 23 501 101 61
Binary 11001111 101100 10010101 0 1001111 11100 10011 101000001 1000001 110001

Color Harmonies of #CF2C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C95

Black with #CF2C95

Text Example


Text Example

White with #CF2C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C95; }

 p { color: rgb(207,44,149); }

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

background-color css

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

 a { background-color: rgb(207,44,149); }

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

border-color css

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

 span { border-color: rgb(207,44,149); }

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