Html Css Color HEX #C0359F Medium Red Violet

📋 copy color: '#C0359F'

red 192 ◦ green 53 ◦ blue 159

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

Shades of Medium Red Violet #C0359F

Tints of Medium Red Violet #C0359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 47.52%
G = 13.12%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0359F (or 0xC0359F) is known color: Medium Red Violet. HEX triplet: C0, 35 and 9F. RGB value is (192,53,159). Sum of RGB (Red+Green+Blue) = 192+53+159=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0359F is #3FCA60. Grayscale: #6A6A6A. Windows color (decimal): -4180577 or 10433984. OLE color: 10433984.

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

Color convert

RGB 192 53 159 -
CMYK 0 0.72 0.17 0.25
HSL 314.24º 0.57% 0.48% -
HSV(B) 314.24º 0.72% 0.75% -
XYZ 29.27 16.26 34.4 -
YUV 106.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 192 53 159 0 0.72 0.17 0.25 314.24 0.57 0.48
Hex C0 35 9F 0 48 11 19 13A 39 30
Octal 300 65 237 0 110 21 31 472 71 60
Binary 11000000 110101 10011111 0 1001000 10001 11001 100111010 111001 110000

Color Harmonies of #C0359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0359F

Black with #C0359F

Text Example


Text Example

White with #C0359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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