Html Css Color HEX #CF2890 Deep Cerise

📋 copy color: '#CF2890'

red 207 ◦ green 40 ◦ blue 144

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

Shades of Deep Cerise #CF2890

Tints of Deep Cerise #CF2890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 52.94%
G = 10.23%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF2890 (or 0xCF2890) is known color: Deep Cerise. HEX triplet: CF, 28 and 90. RGB value is (207,40,144). Sum of RGB (Red+Green+Blue) = 207+40+144=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2890 is #30D76F. Grayscale: #656565. Windows color (decimal): -3200880 or 9447631. OLE color: 9447631.

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

Color convert

RGB 207 40 144 -
CMYK 0 0.81 0.30 0.19
HSL 322.63º 0.68% 0.48% -
HSV(B) 322.63º 0.81% 0.81% -
XYZ 31.52 16.8 27.97 -
YUV 101.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 207 40 144 0 0.81 0.30 0.19 322.63 0.68 0.48
Hex CF 28 90 0 51 1E 13 143 44 30
Octal 317 50 220 0 121 36 23 503 104 60
Binary 11001111 101000 10010000 0 1010001 11110 10011 101000011 1000100 110000

Color Harmonies of #CF2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2890

Black with #CF2890

Text Example


Text Example

White with #CF2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2890; }

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

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

background-color css

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

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

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

border-color css

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

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

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