Html Css Color HEX #CF2790 Deep Cerise

📋 copy color: '#CF2790'

red 207 ◦ green 39 ◦ blue 144

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

Shades of Deep Cerise #CF2790

Tints of Deep Cerise #CF2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

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

R = 53.08%
G = 10%
B = 36.92%

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

#CF2790 (or 0xCF2790) is known color: Deep Cerise. HEX triplet: CF, 27 and 90. RGB value is (207,39,144). Sum of RGB (Red+Green+Blue) = 207+39+144=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2790 is #30D86F. Grayscale: #646464. Windows color (decimal): -3201136 or 9447375. OLE color: 9447375.

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

Color convert

RGB 207 39 144 -
CMYK 0 0.81 0.30 0.19
HSL 322.5º 0.68% 0.48% -
HSV(B) 322.5º 0.81% 0.81% -
XYZ 31.49 16.73 27.95 -
YUV 101.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 207 39 144 0 0.81 0.30 0.19 322.5 0.68 0.48
Hex CF 27 90 0 51 1E 13 142 44 30
Octal 317 47 220 0 121 36 23 502 104 60
Binary 11001111 100111 10010000 0 1010001 11110 10011 101000010 1000100 110000

Color Harmonies of #CF2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2790

Black with #CF2790

Text Example


Text Example

White with #CF2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2790; }

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

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

background-color css

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

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

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

border-color css

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

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

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