Html Css Color HEX #CE3395 Deep Cerise

📋 copy color: '#CE3395'

red 206 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #CE3395

Tints of Deep Cerise #CE3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 50.74%
G = 12.56%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE3395 (or 0xCE3395) is known color: Deep Cerise. HEX triplet: CE, 33 and 95. RGB value is (206,51,149). Sum of RGB (Red+Green+Blue) = 206+51+149=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3395 is #31CC6A. Grayscale: #6C6C6C. Windows color (decimal): -3263595 or 9778126. OLE color: 9778126.

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

Color convert

RGB 206 51 149 -
CMYK 0 0.75 0.28 0.19
HSL 322.06º 0.61% 0.5% -
HSV(B) 322.06º 0.75% 0.81% -
XYZ 32.06 17.66 30.15 -
YUV 108.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 206 51 149 0 0.75 0.28 0.19 322.06 0.61 0.5
Hex CE 33 95 0 4B 1C 13 142 3D 32
Octal 316 63 225 0 113 34 23 502 75 62
Binary 11001110 110011 10010101 0 1001011 11100 10011 101000010 111101 110010

Color Harmonies of #CE3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3395

Black with #CE3395

Text Example


Text Example

White with #CE3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3395; }

 p { color: rgb(206,51,149); }

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

background-color css

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

 a { background-color: rgb(206,51,149); }

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

border-color css

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

 span { border-color: rgb(206,51,149); }

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