Html Css Color HEX #CE3A93 Deep Cerise

📋 copy color: '#CE3A93'

red 206 ◦ green 58 ◦ blue 147

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

Shades of Deep Cerise #CE3A93

Tints of Deep Cerise #CE3A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 50.12%
G = 14.11%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE3A93 (or 0xCE3A93) is known color: Deep Cerise. HEX triplet: CE, 3A and 93. RGB value is (206,58,147). Sum of RGB (Red+Green+Blue) = 206+58+147=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A93 is #31C56C. Grayscale: #707070. Windows color (decimal): -3261805 or 9648846. OLE color: 9648846.

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

Color convert

RGB 206 58 147 -
CMYK 0 0.72 0.29 0.19
HSL 323.92º 0.6% 0.52% -
HSV(B) 323.92º 0.72% 0.81% -
XYZ 32.23 18.25 29.43 -
YUV 112.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 206 58 147 0 0.72 0.29 0.19 323.92 0.6 0.52
Hex CE 3A 93 0 48 1D 13 144 3C 34
Octal 316 72 223 0 110 35 23 504 74 64
Binary 11001110 111010 10010011 0 1001000 11101 10011 101000100 111100 110100

Color Harmonies of #CE3A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A93

Black with #CE3A93

Text Example


Text Example

White with #CE3A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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