Html Css Color HEX #CE3A76 Deep Cerise

📋 copy color: '#CE3A76'

red 206 ◦ green 58 ◦ blue 118

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

Shades of Deep Cerise #CE3A76

Tints of Deep Cerise #CE3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 53.93%
G = 15.18%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3A76 (or 0xCE3A76) is known color: Deep Cerise. HEX triplet: CE, 3A and 76. RGB value is (206,58,118). Sum of RGB (Red+Green+Blue) = 206+58+118=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A76 is #31C589. Grayscale: #6D6D6D. Windows color (decimal): -3261834 or 7748302. OLE color: 7748302.

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

Color convert

RGB 206 58 118 -
CMYK 0 0.72 0.43 0.19
HSL 335.68º 0.6% 0.52% -
HSV(B) 335.68º 0.72% 0.81% -
XYZ 30.24 17.46 18.92 -
YUV 109.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 206 58 118 0 0.72 0.43 0.19 335.68 0.6 0.52
Hex CE 3A 76 0 48 2B 13 150 3C 34
Octal 316 72 166 0 110 53 23 520 74 64
Binary 11001110 111010 1110110 0 1001000 101011 10011 101010000 111100 110100

Color Harmonies of #CE3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A76

Black with #CE3A76

Text Example


Text Example

White with #CE3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A76; }

 p { color: rgb(206,58,118); }

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

background-color css

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

 a { background-color: rgb(206,58,118); }

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

border-color css

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

 span { border-color: rgb(206,58,118); }

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