Html Css Color HEX #CE2396 Medium Violet Red

📋 copy color: '#CE2396'

red 206 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #CE2396

Tints of Medium Violet Red #CE2396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.95%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 52.69%
G = 8.95%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE2396 (or 0xCE2396) is known color: Medium Violet Red. HEX triplet: CE, 23 and 96. RGB value is (206,35,150). Sum of RGB (Red+Green+Blue) = 206+35+150=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2396 is #31DC69. Grayscale: #626262. Windows color (decimal): -3267690 or 9839566. OLE color: 9839566.

HSL color Cylindrical-coordinate representation of color #CE2396: hue angle of 319.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2396 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 150 -
CMYK 0 0.83 0.27 0.19
HSL 319.65º 0.71% 0.47% -
HSV(B) 319.65º 0.83% 0.81% -
XYZ 31.56 16.53 30.38 -
YUV 99.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 206 35 150 0 0.83 0.27 0.19 319.65 0.71 0.47
Hex CE 23 96 0 53 1B 13 140 47 2F
Octal 316 43 226 0 123 33 23 500 107 57
Binary 11001110 100011 10010110 0 1010011 11011 10011 101000000 1000111 101111

Color Harmonies of #CE2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2396

Black with #CE2396

Text Example


Text Example

White with #CE2396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2396; }

 p { color: rgb(206,35,150); }

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

background-color css

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

 a { background-color: rgb(206,35,150); }

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

border-color css

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

 span { border-color: rgb(206,35,150); }

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