Html Css Color HEX #CF2888 Deep Cerise

📋 copy color: '#CF2888'

red 207 ◦ green 40 ◦ blue 136

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

Shades of Deep Cerise #CF2888

Tints of Deep Cerise #CF2888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 54.05%
G = 10.44%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2888 (or 0xCF2888) is known color: Deep Cerise. HEX triplet: CF, 28 and 88. RGB value is (207,40,136). Sum of RGB (Red+Green+Blue) = 207+40+136=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2888 is #30D777. Grayscale: #646464. Windows color (decimal): -3200888 or 8923343. OLE color: 8923343.

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

Color convert

RGB 207 40 136 -
CMYK 0 0.81 0.34 0.19
HSL 325.51º 0.68% 0.48% -
HSV(B) 325.51º 0.81% 0.81% -
XYZ 30.93 16.56 24.86 -
YUV 100.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 207 40 136 0 0.81 0.34 0.19 325.51 0.68 0.48
Hex CF 28 88 0 51 22 13 146 44 30
Octal 317 50 210 0 121 42 23 506 104 60
Binary 11001111 101000 10001000 0 1010001 100010 10011 101000110 1000100 110000

Color Harmonies of #CF2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2888

Black with #CF2888

Text Example


Text Example

White with #CF2888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2888; }

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

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

background-color css

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

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

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

border-color css

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

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

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