Html Css Color HEX #CE3284 Deep Cerise

📋 copy color: '#CE3284'

red 206 ◦ green 50 ◦ blue 132

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

Shades of Deep Cerise #CE3284

Tints of Deep Cerise #CE3284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.89%

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

R = 53.09%
G = 12.89%
B = 34.02%

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

#CE3284 (or 0xCE3284) is known color: Deep Cerise. HEX triplet: CE, 32 and 84. RGB value is (206,50,132). Sum of RGB (Red+Green+Blue) = 206+50+132=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3284 is #31CD7B. Grayscale: #696969. Windows color (decimal): -3263868 or 8663758. OLE color: 8663758.

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

Color convert

RGB 206 50 132 -
CMYK 0 0.76 0.36 0.19
HSL 328.46º 0.61% 0.5% -
HSV(B) 328.46º 0.76% 0.81% -
XYZ 30.76 17.07 23.5 -
YUV 105.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 206 50 132 0 0.76 0.36 0.19 328.46 0.61 0.5
Hex CE 32 84 0 4C 24 13 148 3D 32
Octal 316 62 204 0 114 44 23 510 75 62
Binary 11001110 110010 10000100 0 1001100 100100 10011 101001000 111101 110010

Color Harmonies of #CE3284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3284

Black with #CE3284

Text Example


Text Example

White with #CE3284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3284; }

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

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

background-color css

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

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

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

border-color css

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

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

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