Html Css Color HEX #CF2875 Deep Cerise

📋 copy color: '#CF2875'

red 207 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #CF2875

Tints of Deep Cerise #CF2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 56.87%
G = 10.99%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2875 (or 0xCF2875) is known color: Deep Cerise. HEX triplet: CF, 28 and 75. RGB value is (207,40,117). Sum of RGB (Red+Green+Blue) = 207+40+117=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2875 is #30D78A. Grayscale: #626262. Windows color (decimal): -3200907 or 7678159. OLE color: 7678159.

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

Color convert

RGB 207 40 117 -
CMYK 0 0.81 0.43 0.19
HSL 332.34º 0.68% 0.48% -
HSV(B) 332.34º 0.81% 0.81% -
XYZ 29.7 16.07 18.37 -
YUV 98.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 207 40 117 0 0.81 0.43 0.19 332.34 0.68 0.48
Hex CF 28 75 0 51 2B 13 14C 44 30
Octal 317 50 165 0 121 53 23 514 104 60
Binary 11001111 101000 1110101 0 1010001 101011 10011 101001100 1000100 110000

Color Harmonies of #CF2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2875

Black with #CF2875

Text Example


Text Example

White with #CF2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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