Html Css Color HEX #CE3192 Deep Cerise

📋 copy color: '#CE3192'

red 206 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #CE3192

Tints of Deep Cerise #CE3192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 51.37%
G = 12.22%
B = 36.41%

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

#CE3192 (or 0xCE3192) is known color: Deep Cerise. HEX triplet: CE, 31 and 92. RGB value is (206,49,146). Sum of RGB (Red+Green+Blue) = 206+49+146=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3192 is #31CE6D. Grayscale: #6A6A6A. Windows color (decimal): -3264110 or 9581006. OLE color: 9581006.

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

Color convert

RGB 206 49 146 -
CMYK 0 0.76 0.29 0.19
HSL 322.93º 0.62% 0.5% -
HSV(B) 322.93º 0.76% 0.81% -
XYZ 31.74 17.39 28.88 -
YUV 107 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 206 49 146 0 0.76 0.29 0.19 322.93 0.62 0.5
Hex CE 31 92 0 4C 1D 13 143 3E 32
Octal 316 61 222 0 114 35 23 503 76 62
Binary 11001110 110001 10010010 0 1001100 11101 10011 101000011 111110 110010

Color Harmonies of #CE3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3192

Black with #CE3192

Text Example


Text Example

White with #CE3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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