Html Css Color HEX #CF2E79 Deep Cerise

📋 copy color: '#CF2E79'

red 207 ◦ green 46 ◦ blue 121

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

Shades of Deep Cerise #CF2E79

Tints of Deep Cerise #CF2E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 55.35%
G = 12.3%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF2E79 (or 0xCF2E79) is known color: Deep Cerise. HEX triplet: CF, 2E and 79. RGB value is (207,46,121). Sum of RGB (Red+Green+Blue) = 207+46+121=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E79 is #30D186. Grayscale: #666666. Windows color (decimal): -3199367 or 7941839. OLE color: 7941839.

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

Color convert

RGB 207 46 121 -
CMYK 0 0.78 0.42 0.19
HSL 332.05º 0.64% 0.5% -
HSV(B) 332.05º 0.78% 0.81% -
XYZ 30.16 16.6 19.7 -
YUV 102.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 207 46 121 0 0.78 0.42 0.19 332.05 0.64 0.5
Hex CF 2E 79 0 4E 2A 13 14C 40 32
Octal 317 56 171 0 116 52 23 514 100 62
Binary 11001111 101110 1111001 0 1001110 101010 10011 101001100 1000000 110010

Color Harmonies of #CF2E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E79

Black with #CF2E79

Text Example


Text Example

White with #CF2E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E79; }

 p { color: rgb(207,46,121); }

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

background-color css

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

 a { background-color: rgb(207,46,121); }

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

border-color css

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

 span { border-color: rgb(207,46,121); }

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