Html Css Color HEX #CF2795 Deep Cerise

📋 copy color: '#CF2795'

red 207 ◦ green 39 ◦ blue 149

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

Shades of Deep Cerise #CF2795

Tints of Deep Cerise #CF2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.87%

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

R = 52.41%
G = 9.87%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF2795 (or 0xCF2795) is known color: Deep Cerise. HEX triplet: CF, 27 and 95. RGB value is (207,39,149). Sum of RGB (Red+Green+Blue) = 207+39+149=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2795 is #30D86A. Grayscale: #656565. Windows color (decimal): -3201131 or 9775055. OLE color: 9775055.

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

Color convert

RGB 207 39 149 -
CMYK 0 0.81 0.28 0.19
HSL 320.71º 0.68% 0.48% -
HSV(B) 320.71º 0.81% 0.81% -
XYZ 31.88 16.89 30.01 -
YUV 101.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 207 39 149 0 0.81 0.28 0.19 320.71 0.68 0.48
Hex CF 27 95 0 51 1C 13 141 44 30
Octal 317 47 225 0 121 34 23 501 104 60
Binary 11001111 100111 10010101 0 1010001 11100 10011 101000001 1000100 110000

Color Harmonies of #CF2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2795

Black with #CF2795

Text Example


Text Example

White with #CF2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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