Html Css Color HEX #CE3984 Deep Cerise

📋 copy color: '#CE3984'

red 206 ◦ green 57 ◦ blue 132

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

Shades of Deep Cerise #CE3984

Tints of Deep Cerise #CE3984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.43%

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

R = 52.15%
G = 14.43%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE3984 (or 0xCE3984) is known color: Deep Cerise. HEX triplet: CE, 39 and 84. RGB value is (206,57,132). Sum of RGB (Red+Green+Blue) = 206+57+132=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3984 is #31C67B. Grayscale: #6D6D6D. Windows color (decimal): -3262076 or 8665550. OLE color: 8665550.

HSL color Cylindrical-coordinate representation of color #CE3984: hue angle of 329.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3984 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 132 -
CMYK 0 0.72 0.36 0.19
HSL 329.8º 0.6% 0.52% -
HSV(B) 329.8º 0.72% 0.81% -
XYZ 31.08 17.71 23.61 -
YUV 110.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 206 57 132 0 0.72 0.36 0.19 329.8 0.6 0.52
Hex CE 39 84 0 48 24 13 14A 3C 34
Octal 316 71 204 0 110 44 23 512 74 64
Binary 11001110 111001 10000100 0 1001000 100100 10011 101001010 111100 110100

Color Harmonies of #CE3984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3984

Black with #CE3984

Text Example


Text Example

White with #CE3984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3984; }

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

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

background-color css

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

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

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

border-color css

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

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

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