Html Css Color HEX #CE2FA0 Deep Cerise

📋 copy color: '#CE2FA0'

red 206 ◦ green 47 ◦ blue 160

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

Shades of Deep Cerise #CE2FA0

Tints of Deep Cerise #CE2FA0

RGB

 RED value IS 206 (80.86% from 255) = 49.88%

 GREEN value IS 47 (18.75% from 255) = 11.38%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 49.88%
G = 11.38%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE2FA0 (or 0xCE2FA0) is known color: Deep Cerise. HEX triplet: CE, 2F and A0. RGB value is (206,47,160). Sum of RGB (Red+Green+Blue) = 206+47+160=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FA0 is #31D05F. Grayscale: #6B6B6B. Windows color (decimal): -3264608 or 10497998. OLE color: 10497998.

HSL color Cylindrical-coordinate representation of color #CE2FA0: hue angle of 317.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FA0 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 160 -
CMYK 0 0.77 0.22 0.19
HSL 317.36º 0.63% 0.5% -
HSV(B) 317.36º 0.77% 0.81% -
XYZ 32.82 17.69 34.94 -
YUV 107.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 206 47 160 0 0.77 0.22 0.19 317.36 0.63 0.5
Hex CE 2F A0 0 4D 16 13 13D 3F 32
Octal 316 57 240 0 115 26 23 475 77 62
Binary 11001110 101111 10100000 0 1001101 10110 10011 100111101 111111 110010

Color Harmonies of #CE2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FA0

Black with #CE2FA0

Text Example


Text Example

White with #CE2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FA0; }

 p { color: rgb(206,47,160); }

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

background-color css

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

 a { background-color: rgb(206,47,160); }

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

border-color css

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

 span { border-color: rgb(206,47,160); }

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