Html Css Color HEX #CE0596 Medium Violet Red

📋 copy color: '#CE0596'

red 206 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #CE0596

Tints of Medium Violet Red #CE0596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 57.06%
G = 1.39%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CE0596 (or 0xCE0596) is known color: Medium Violet Red. HEX triplet: CE, 05 and 96. RGB value is (206,5,150). Sum of RGB (Red+Green+Blue) = 206+5+150=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0596 is #31FA69. Grayscale: #515151. Windows color (decimal): -3275370 or 9831886. OLE color: 9831886.

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

Color convert

RGB 206 5 150 -
CMYK 0 0.98 0.27 0.19
HSL 316.72º 0.95% 0.41% -
HSV(B) 316.72º 0.98% 0.81% -
XYZ 31.01 15.43 30.2 -
YUV 81.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 206 5 150 0 0.98 0.27 0.19 316.72 0.95 0.41
Hex CE 5 96 0 62 1B 13 13D 5F 29
Octal 316 5 226 0 142 33 23 475 137 51
Binary 11001110 101 10010110 0 1100010 11011 10011 100111101 1011111 101001

Color Harmonies of #CE0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0596

Black with #CE0596

Text Example


Text Example

White with #CE0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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