Html Css Color HEX #CE2CA2 Deep Cerise

📋 copy color: '#CE2CA2'

red 206 ◦ green 44 ◦ blue 162

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

Shades of Deep Cerise #CE2CA2

Tints of Deep Cerise #CE2CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 50%
G = 10.68%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE2CA2 (or 0xCE2CA2) is known color: Deep Cerise. HEX triplet: CE, 2C and A2. RGB value is (206,44,162). Sum of RGB (Red+Green+Blue) = 206+44+162=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2CA2 is #31D35D. Grayscale: #696969. Windows color (decimal): -3265374 or 10628302. OLE color: 10628302.

HSL color Cylindrical-coordinate representation of color #CE2CA2: hue angle of 316.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CA2 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 44 162 -
CMYK 0 0.79 0.21 0.19
HSL 316.3º 0.65% 0.49% -
HSV(B) 316.3º 0.79% 0.81% -
XYZ 32.88 17.53 35.83 -
YUV 105.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 206 44 162 0 0.79 0.21 0.19 316.3 0.65 0.49
Hex CE 2C A2 0 4F 15 13 13C 41 31
Octal 316 54 242 0 117 25 23 474 101 61
Binary 11001110 101100 10100010 0 1001111 10101 10011 100111100 1000001 110001

Color Harmonies of #CE2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CA2

Black with #CE2CA2

Text Example


Text Example

White with #CE2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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