Html Css Color HEX #C0359A Medium Red Violet

📋 copy color: '#C0359A'

red 192 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #C0359A

Tints of Medium Red Violet #C0359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 48.12%
G = 13.28%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0359A (or 0xC0359A) is known color: Medium Red Violet. HEX triplet: C0, 35 and 9A. RGB value is (192,53,154). Sum of RGB (Red+Green+Blue) = 192+53+154=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0359A is #3FCA65. Grayscale: #696969. Windows color (decimal): -4180582 or 10106304. OLE color: 10106304.

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

Color convert

RGB 192 53 154 -
CMYK 0 0.72 0.20 0.25
HSL 316.4º 0.57% 0.48% -
HSV(B) 316.4º 0.72% 0.75% -
XYZ 28.84 16.09 32.16 -
YUV 106.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 192 53 154 0 0.72 0.20 0.25 316.4 0.57 0.48
Hex C0 35 9A 0 48 14 19 13C 39 30
Octal 300 65 232 0 110 24 31 474 71 60
Binary 11000000 110101 10011010 0 1001000 10100 11001 100111100 111001 110000

Color Harmonies of #C0359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0359A

Black with #C0359A

Text Example


Text Example

White with #C0359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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