Html Css Color HEX #CF2E9C Deep Cerise

📋 copy color: '#CF2E9C'

red 207 ◦ green 46 ◦ blue 156

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

Shades of Deep Cerise #CF2E9C

Tints of Deep Cerise #CF2E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 50.61%
G = 11.25%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF2E9C (or 0xCF2E9C) is known color: Deep Cerise. HEX triplet: CF, 2E and 9C. RGB value is (207,46,156). Sum of RGB (Red+Green+Blue) = 207+46+156=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E9C is #30D163. Grayscale: #6A6A6A. Windows color (decimal): -3199332 or 10235599. OLE color: 10235599.

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

Color convert

RGB 207 46 156 -
CMYK 0 0.78 0.25 0.19
HSL 319.01º 0.64% 0.5% -
HSV(B) 319.01º 0.78% 0.81% -
XYZ 32.71 17.62 33.13 -
YUV 106.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 207 46 156 0 0.78 0.25 0.19 319.01 0.64 0.5
Hex CF 2E 9C 0 4E 19 13 13F 40 32
Octal 317 56 234 0 116 31 23 477 100 62
Binary 11001111 101110 10011100 0 1001110 11001 10011 100111111 1000000 110010

Color Harmonies of #CF2E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E9C

Black with #CF2E9C

Text Example


Text Example

White with #CF2E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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