Html Css Color HEX #CF2D88 Deep Cerise

📋 copy color: '#CF2D88'

red 207 ◦ green 45 ◦ blue 136

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

Shades of Deep Cerise #CF2D88

Tints of Deep Cerise #CF2D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

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

R = 53.35%
G = 11.6%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF2D88 (or 0xCF2D88) is known color: Deep Cerise. HEX triplet: CF, 2D and 88. RGB value is (207,45,136). Sum of RGB (Red+Green+Blue) = 207+45+136=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D88 is #30D277. Grayscale: #676767. Windows color (decimal): -3199608 or 8924623. OLE color: 8924623.

HSL color Cylindrical-coordinate representation of color #CF2D88: hue angle of 326.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D88 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 45 136 -
CMYK 0 0.78 0.34 0.19
HSL 326.3º 0.64% 0.49% -
HSV(B) 326.3º 0.78% 0.81% -
XYZ 31.11 16.92 24.92 -
YUV 103.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 207 45 136 0 0.78 0.34 0.19 326.3 0.64 0.49
Hex CF 2D 88 0 4E 22 13 146 40 31
Octal 317 55 210 0 116 42 23 506 100 61
Binary 11001111 101101 10001000 0 1001110 100010 10011 101000110 1000000 110001

Color Harmonies of #CF2D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D88

Black with #CF2D88

Text Example


Text Example

White with #CF2D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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