Html Css Color HEX #CE35A2 Deep Cerise

📋 copy color: '#CE35A2'

red 206 ◦ green 53 ◦ blue 162

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

Shades of Deep Cerise #CE35A2

Tints of Deep Cerise #CE35A2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.59%

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

R = 48.93%
G = 12.59%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CE35A2 (or 0xCE35A2) is known color: Deep Cerise. HEX triplet: CE, 35 and A2. RGB value is (206,53,162). Sum of RGB (Red+Green+Blue) = 206+53+162=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35A2 is #31CA5D. Grayscale: #6E6E6E. Windows color (decimal): -3263070 or 10630606. OLE color: 10630606.

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

Color convert

RGB 206 53 162 -
CMYK 0 0.74 0.21 0.19
HSL 317.25º 0.61% 0.51% -
HSV(B) 317.25º 0.74% 0.81% -
XYZ 33.25 18.28 35.96 -
YUV 111.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 206 53 162 0 0.74 0.21 0.19 317.25 0.61 0.51
Hex CE 35 A2 0 4A 15 13 13D 3D 33
Octal 316 65 242 0 112 25 23 475 75 63
Binary 11001110 110101 10100010 0 1001010 10101 10011 100111101 111101 110011

Color Harmonies of #CE35A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35A2

Black with #CE35A2

Text Example


Text Example

White with #CE35A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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