Html Css Color HEX #CE3293 Deep Cerise

📋 copy color: '#CE3293'

red 206 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #CE3293

Tints of Deep Cerise #CE3293

RGB

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

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

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

R = 51.12%
G = 12.41%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE3293 (or 0xCE3293) is known color: Deep Cerise. HEX triplet: CE, 32 and 93. RGB value is (206,50,147). Sum of RGB (Red+Green+Blue) = 206+50+147=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3293 is #31CD6C. Grayscale: #6B6B6B. Windows color (decimal): -3263853 or 9646798. OLE color: 9646798.

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

Color convert

RGB 206 50 147 -
CMYK 0 0.76 0.29 0.19
HSL 322.69º 0.61% 0.5% -
HSV(B) 322.69º 0.76% 0.81% -
XYZ 31.86 17.51 29.3 -
YUV 107.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 206 50 147 0 0.76 0.29 0.19 322.69 0.61 0.5
Hex CE 32 93 0 4C 1D 13 143 3D 32
Octal 316 62 223 0 114 35 23 503 75 62
Binary 11001110 110010 10010011 0 1001100 11101 10011 101000011 111101 110010

Color Harmonies of #CE3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3293

Black with #CE3293

Text Example


Text Example

White with #CE3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3293; }

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

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

background-color css

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

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

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

border-color css

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

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

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