Html Css Color HEX #CF2E83 Deep Cerise

📋 copy color: '#CF2E83'

red 207 ◦ green 46 ◦ blue 131

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

Shades of Deep Cerise #CF2E83

Tints of Deep Cerise #CF2E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 53.91%
G = 11.98%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF2E83 (or 0xCF2E83) is known color: Deep Cerise. HEX triplet: CF, 2E and 83. RGB value is (207,46,131). Sum of RGB (Red+Green+Blue) = 207+46+131=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E83 is #30D17C. Grayscale: #676767. Windows color (decimal): -3199357 or 8597199. OLE color: 8597199.

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

Color convert

RGB 207 46 131 -
CMYK 0 0.78 0.37 0.19
HSL 328.32º 0.64% 0.5% -
HSV(B) 328.32º 0.78% 0.81% -
XYZ 30.81 16.86 23.1 -
YUV 103.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 207 46 131 0 0.78 0.37 0.19 328.32 0.64 0.5
Hex CF 2E 83 0 4E 25 13 148 40 32
Octal 317 56 203 0 116 45 23 510 100 62
Binary 11001111 101110 10000011 0 1001110 100101 10011 101001000 1000000 110010

Color Harmonies of #CF2E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E83

Black with #CF2E83

Text Example


Text Example

White with #CF2E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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