Html Css Color HEX #CF2E75 Deep Cerise

📋 copy color: '#CF2E75'

red 207 ◦ green 46 ◦ blue 117

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

Shades of Deep Cerise #CF2E75

Tints of Deep Cerise #CF2E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 55.95%
G = 12.43%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2E75 (or 0xCF2E75) is known color: Deep Cerise. HEX triplet: CF, 2E and 75. RGB value is (207,46,117). Sum of RGB (Red+Green+Blue) = 207+46+117=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E75 is #30D18A. Grayscale: #666666. Windows color (decimal): -3199371 or 7679695. OLE color: 7679695.

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

Color convert

RGB 207 46 117 -
CMYK 0 0.78 0.43 0.19
HSL 333.54º 0.64% 0.5% -
HSV(B) 333.54º 0.78% 0.81% -
XYZ 29.92 16.5 18.44 -
YUV 102.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 207 46 117 0 0.78 0.43 0.19 333.54 0.64 0.5
Hex CF 2E 75 0 4E 2B 13 14E 40 32
Octal 317 56 165 0 116 53 23 516 100 62
Binary 11001111 101110 1110101 0 1001110 101011 10011 101001110 1000000 110010

Color Harmonies of #CF2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E75

Black with #CF2E75

Text Example


Text Example

White with #CF2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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