Html Css Color HEX #CE2FA2 Deep Cerise

📋 copy color: '#CE2FA2'

red 206 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #CE2FA2

Tints of Deep Cerise #CE2FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 49.64%
G = 11.33%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE2FA2 (or 0xCE2FA2) is known color: Deep Cerise. HEX triplet: CE, 2F and A2. RGB value is (206,47,162). Sum of RGB (Red+Green+Blue) = 206+47+162=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FA2 is #31D05D. Grayscale: #6B6B6B. Windows color (decimal): -3264606 or 10629070. OLE color: 10629070.

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

Color convert

RGB 206 47 162 -
CMYK 0 0.77 0.21 0.19
HSL 316.6º 0.63% 0.5% -
HSV(B) 316.6º 0.77% 0.81% -
XYZ 32.99 17.76 35.87 -
YUV 107.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 206 47 162 0 0.77 0.21 0.19 316.6 0.63 0.5
Hex CE 2F A2 0 4D 15 13 13D 3F 32
Octal 316 57 242 0 115 25 23 475 77 62
Binary 11001110 101111 10100010 0 1001101 10101 10011 100111101 111111 110010

Color Harmonies of #CE2FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2FA2

Black with #CE2FA2

Text Example


Text Example

White with #CE2FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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