Html Css Color HEX #CE3184 Deep Cerise

📋 copy color: '#CE3184'

red 206 ◦ green 49 ◦ blue 132

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

Shades of Deep Cerise #CE3184

Tints of Deep Cerise #CE3184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 53.23%
G = 12.66%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE3184 (or 0xCE3184) is known color: Deep Cerise. HEX triplet: CE, 31 and 84. RGB value is (206,49,132). Sum of RGB (Red+Green+Blue) = 206+49+132=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3184 is #31CE7B. Grayscale: #696969. Windows color (decimal): -3264124 or 8663502. OLE color: 8663502.

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

Color convert

RGB 206 49 132 -
CMYK 0 0.76 0.36 0.19
HSL 328.28º 0.62% 0.5% -
HSV(B) 328.28º 0.76% 0.81% -
XYZ 30.72 16.98 23.49 -
YUV 105.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 206 49 132 0 0.76 0.36 0.19 328.28 0.62 0.5
Hex CE 31 84 0 4C 24 13 148 3E 32
Octal 316 61 204 0 114 44 23 510 76 62
Binary 11001110 110001 10000100 0 1001100 100100 10011 101001000 111110 110010

Color Harmonies of #CE3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3184

Black with #CE3184

Text Example


Text Example

White with #CE3184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3184; }

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

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

background-color css

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

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

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

border-color css

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

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

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