Html Css Color HEX #CF2895 Deep Cerise

📋 copy color: '#CF2895'

red 207 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #CF2895

Tints of Deep Cerise #CF2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

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

R = 52.27%
G = 10.1%
B = 37.63%

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

#CF2895 (or 0xCF2895) is known color: Deep Cerise. HEX triplet: CF, 28 and 95. RGB value is (207,40,149). Sum of RGB (Red+Green+Blue) = 207+40+149=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2895 is #30D76A. Grayscale: #666666. Windows color (decimal): -3200875 or 9775311. OLE color: 9775311.

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

Color convert

RGB 207 40 149 -
CMYK 0 0.81 0.28 0.19
HSL 320.84º 0.68% 0.48% -
HSV(B) 320.84º 0.81% 0.81% -
XYZ 31.92 16.95 30.02 -
YUV 102.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 207 40 149 0 0.81 0.28 0.19 320.84 0.68 0.48
Hex CF 28 95 0 51 1C 13 141 44 30
Octal 317 50 225 0 121 34 23 501 104 60
Binary 11001111 101000 10010101 0 1010001 11100 10011 101000001 1000100 110000

Color Harmonies of #CF2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2895

Black with #CF2895

Text Example


Text Example

White with #CF2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2895; }

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

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

background-color css

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

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

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

border-color css

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

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

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