Html Css Color HEX #C0357E Medium Red Violet

📋 copy color: '#C0357E'

red 192 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #C0357E

Tints of Medium Red Violet #C0357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 51.75%
G = 14.29%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0357E (or 0xC0357E) is known color: Medium Red Violet. HEX triplet: C0, 35 and 7E. RGB value is (192,53,126). Sum of RGB (Red+Green+Blue) = 192+53+126=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0357E is #3FCA81. Grayscale: #666666. Windows color (decimal): -4180610 or 8271296. OLE color: 8271296.

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

Color convert

RGB 192 53 126 -
CMYK 0 0.72 0.34 0.25
HSL 328.49º 0.57% 0.48% -
HSV(B) 328.49º 0.72% 0.75% -
XYZ 26.78 15.26 21.27 -
YUV 102.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 192 53 126 0 0.72 0.34 0.25 328.49 0.57 0.48
Hex C0 35 7E 0 48 22 19 148 39 30
Octal 300 65 176 0 110 42 31 510 71 60
Binary 11000000 110101 1111110 0 1001000 100010 11001 101001000 111001 110000

Color Harmonies of #C0357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0357E

Black with #C0357E

Text Example


Text Example

White with #C0357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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