Html Css Color HEX #CF2EA3 Deep Cerise

📋 copy color: '#CF2EA3'

red 207 ◦ green 46 ◦ blue 163

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

Shades of Deep Cerise #CF2EA3

Tints of Deep Cerise #CF2EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.18%

R = 49.76%
G = 11.06%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF2EA3 (or 0xCF2EA3) is known color: Deep Cerise. HEX triplet: CF, 2E and A3. RGB value is (207,46,163). Sum of RGB (Red+Green+Blue) = 207+46+163=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EA3 is #30D15C. Grayscale: #6B6B6B. Windows color (decimal): -3199325 or 10694351. OLE color: 10694351.

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

Color convert

RGB 207 46 163 -
CMYK 0 0.78 0.21 0.19
HSL 316.4º 0.64% 0.5% -
HSV(B) 316.4º 0.78% 0.81% -
XYZ 33.32 17.86 36.34 -
YUV 107.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 207 46 163 0 0.78 0.21 0.19 316.4 0.64 0.5
Hex CF 2E A3 0 4E 15 13 13C 40 32
Octal 317 56 243 0 116 25 23 474 100 62
Binary 11001111 101110 10100011 0 1001110 10101 10011 100111100 1000000 110010

Color Harmonies of #CF2EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EA3

Black with #CF2EA3

Text Example


Text Example

White with #CF2EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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