Html Css Color HEX #CE3193 Deep Cerise

📋 copy color: '#CE3193'

red 206 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #CE3193

Tints of Deep Cerise #CE3193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 51.24%
G = 12.19%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE3193 (or 0xCE3193) is known color: Deep Cerise. HEX triplet: CE, 31 and 93. RGB value is (206,49,147). Sum of RGB (Red+Green+Blue) = 206+49+147=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3193 is #31CE6C. Grayscale: #6A6A6A. Windows color (decimal): -3264109 or 9646542. OLE color: 9646542.

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

Color convert

RGB 206 49 147 -
CMYK 0 0.76 0.29 0.19
HSL 322.55º 0.62% 0.5% -
HSV(B) 322.55º 0.76% 0.81% -
XYZ 31.82 17.43 29.29 -
YUV 107.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 206 49 147 0 0.76 0.29 0.19 322.55 0.62 0.5
Hex CE 31 93 0 4C 1D 13 143 3E 32
Octal 316 61 223 0 114 35 23 503 76 62
Binary 11001110 110001 10010011 0 1001100 11101 10011 101000011 111110 110010

Color Harmonies of #CE3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3193

Black with #CE3193

Text Example


Text Example

White with #CE3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3193; }

 p { color: rgb(206,49,147); }

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

background-color css

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

 a { background-color: rgb(206,49,147); }

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

border-color css

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

 span { border-color: rgb(206,49,147); }

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