Html Css Color HEX #CE3A95 Deep Cerise

📋 copy color: '#CE3A95'

red 206 ◦ green 58 ◦ blue 149

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

Shades of Deep Cerise #CE3A95

Tints of Deep Cerise #CE3A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 49.88%
G = 14.04%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE3A95 (or 0xCE3A95) is known color: Deep Cerise. HEX triplet: CE, 3A and 95. RGB value is (206,58,149). Sum of RGB (Red+Green+Blue) = 206+58+149=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A95 is #31C56A. Grayscale: #707070. Windows color (decimal): -3261803 or 9779918. OLE color: 9779918.

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

Color convert

RGB 206 58 149 -
CMYK 0 0.72 0.28 0.19
HSL 323.11º 0.6% 0.52% -
HSV(B) 323.11º 0.72% 0.81% -
XYZ 32.39 18.32 30.26 -
YUV 112.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 206 58 149 0 0.72 0.28 0.19 323.11 0.6 0.52
Hex CE 3A 95 0 48 1C 13 143 3C 34
Octal 316 72 225 0 110 34 23 503 74 64
Binary 11001110 111010 10010101 0 1001000 11100 10011 101000011 111100 110100

Color Harmonies of #CE3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A95

Black with #CE3A95

Text Example


Text Example

White with #CE3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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