Html Css Color HEX #CF2EAD Deep Cerise

📋 copy color: '#CF2EAD'

red 207 ◦ green 46 ◦ blue 173

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

Shades of Deep Cerise #CF2EAD

Tints of Deep Cerise #CF2EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 48.59%
G = 10.8%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF2EAD (or 0xCF2EAD) is known color: Deep Cerise. HEX triplet: CF, 2E and AD. RGB value is (207,46,173). Sum of RGB (Red+Green+Blue) = 207+46+173=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EAD is #30D152. Grayscale: #6C6C6C. Windows color (decimal): -3199315 or 11349711. OLE color: 11349711.

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

Color convert

RGB 207 46 173 -
CMYK 0 0.78 0.16 0.19
HSL 312.67º 0.64% 0.5% -
HSV(B) 312.67º 0.78% 0.81% -
XYZ 34.25 18.24 41.25 -
YUV 108.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 207 46 173 0 0.78 0.16 0.19 312.67 0.64 0.5
Hex CF 2E AD 0 4E 10 13 139 40 32
Octal 317 56 255 0 116 20 23 471 100 62
Binary 11001111 101110 10101101 0 1001110 10000 10011 100111001 1000000 110010

Color Harmonies of #CF2EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EAD

Black with #CF2EAD

Text Example


Text Example

White with #CF2EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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