Html Css Color HEX #CF2E7D Deep Cerise

📋 copy color: '#CF2E7D'

red 207 ◦ green 46 ◦ blue 125

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

Shades of Deep Cerise #CF2E7D

Tints of Deep Cerise #CF2E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 54.76%
G = 12.17%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF2E7D (or 0xCF2E7D) is known color: Deep Cerise. HEX triplet: CF, 2E and 7D. RGB value is (207,46,125). Sum of RGB (Red+Green+Blue) = 207+46+125=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E7D is #30D182. Grayscale: #666666. Windows color (decimal): -3199363 or 8203983. OLE color: 8203983.

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

Color convert

RGB 207 46 125 -
CMYK 0 0.78 0.40 0.19
HSL 330.56º 0.64% 0.5% -
HSV(B) 330.56º 0.78% 0.81% -
XYZ 30.41 16.7 21.02 -
YUV 103.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 207 46 125 0 0.78 0.40 0.19 330.56 0.64 0.5
Hex CF 2E 7D 0 4E 28 13 14B 40 32
Octal 317 56 175 0 116 50 23 513 100 62
Binary 11001111 101110 1111101 0 1001110 101000 10011 101001011 1000000 110010

Color Harmonies of #CF2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E7D

Black with #CF2E7D

Text Example


Text Example

White with #CF2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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