Html Css Color HEX #CF2E9D Deep Cerise

📋 copy color: '#CF2E9D'

red 207 ◦ green 46 ◦ blue 157

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

Shades of Deep Cerise #CF2E9D

Tints of Deep Cerise #CF2E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 50.49%
G = 11.22%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF2E9D (or 0xCF2E9D) is known color: Deep Cerise. HEX triplet: CF, 2E and 9D. RGB value is (207,46,157). Sum of RGB (Red+Green+Blue) = 207+46+157=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E9D is #30D162. Grayscale: #6A6A6A. Windows color (decimal): -3199331 or 10301135. OLE color: 10301135.

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

Color convert

RGB 207 46 157 -
CMYK 0 0.78 0.24 0.19
HSL 318.63º 0.64% 0.5% -
HSV(B) 318.63º 0.78% 0.81% -
XYZ 32.79 17.65 33.58 -
YUV 106.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 207 46 157 0 0.78 0.24 0.19 318.63 0.64 0.5
Hex CF 2E 9D 0 4E 18 13 13F 40 32
Octal 317 56 235 0 116 30 23 477 100 62
Binary 11001111 101110 10011101 0 1001110 11000 10011 100111111 1000000 110010

Color Harmonies of #CF2E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E9D

Black with #CF2E9D

Text Example


Text Example

White with #CF2E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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