Html Css Color HEX #C0359E Medium Red Violet

📋 copy color: '#C0359E'

red 192 ◦ green 53 ◦ blue 158

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

Shades of Medium Red Violet #C0359E

Tints of Medium Red Violet #C0359E

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 53 (21.09% from 255) = 13.15%

 BLUE value IS 158 (62.11% from 255) = 39.21%

R = 47.64%
G = 13.15%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0359E (or 0xC0359E) is known color: Medium Red Violet. HEX triplet: C0, 35 and 9E. RGB value is (192,53,158). Sum of RGB (Red+Green+Blue) = 192+53+158=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0359E is #3FCA61. Grayscale: #6A6A6A. Windows color (decimal): -4180578 or 10368448. OLE color: 10368448.

HSL color Cylindrical-coordinate representation of color #C0359E: hue angle of 314.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0359E is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 158 -
CMYK 0 0.72 0.18 0.25
HSL 314.68º 0.57% 0.48% -
HSV(B) 314.68º 0.72% 0.75% -
XYZ 29.18 16.22 33.94 -
YUV 106.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 192 53 158 0 0.72 0.18 0.25 314.68 0.57 0.48
Hex C0 35 9E 0 48 12 19 13B 39 30
Octal 300 65 236 0 110 22 31 473 71 60
Binary 11000000 110101 10011110 0 1001000 10010 11001 100111011 111001 110000

Color Harmonies of #C0359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0359E

Black with #C0359E

Text Example


Text Example

White with #C0359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0359E; }

 p { color: rgb(192,53,158); }

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

background-color css

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

 a { background-color: rgb(192,53,158); }

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

border-color css

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

 span { border-color: rgb(192,53,158); }

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