Html Css Color HEX #CF2E7E Deep Cerise

📋 copy color: '#CF2E7E'

red 207 ◦ green 46 ◦ blue 126

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

Shades of Deep Cerise #CF2E7E

Tints of Deep Cerise #CF2E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 54.62%
G = 12.14%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF2E7E (or 0xCF2E7E) is known color: Deep Cerise. HEX triplet: CF, 2E and 7E. RGB value is (207,46,126). Sum of RGB (Red+Green+Blue) = 207+46+126=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E7E is #30D181. Grayscale: #676767. Windows color (decimal): -3199362 or 8269519. OLE color: 8269519.

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

Color convert

RGB 207 46 126 -
CMYK 0 0.78 0.39 0.19
HSL 330.19º 0.64% 0.5% -
HSV(B) 330.19º 0.78% 0.81% -
XYZ 30.48 16.73 21.36 -
YUV 103.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 207 46 126 0 0.78 0.39 0.19 330.19 0.64 0.5
Hex CF 2E 7E 0 4E 27 13 14A 40 32
Octal 317 56 176 0 116 47 23 512 100 62
Binary 11001111 101110 1111110 0 1001110 100111 10011 101001010 1000000 110010

Color Harmonies of #CF2E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E7E

Black with #CF2E7E

Text Example


Text Example

White with #CF2E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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