Html Css Color HEX #C0358F Medium Red Violet

📋 copy color: '#C0358F'

red 192 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #C0358F

Tints of Medium Red Violet #C0358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 49.48%
G = 13.66%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0358F (or 0xC0358F) is known color: Medium Red Violet. HEX triplet: C0, 35 and 8F. RGB value is (192,53,143). Sum of RGB (Red+Green+Blue) = 192+53+143=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0358F is #3FCA70. Grayscale: #686868. Windows color (decimal): -4180593 or 9385408. OLE color: 9385408.

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

Color convert

RGB 192 53 143 -
CMYK 0 0.72 0.26 0.25
HSL 321.15º 0.57% 0.48% -
HSV(B) 321.15º 0.72% 0.75% -
XYZ 27.97 15.74 27.55 -
YUV 104.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 192 53 143 0 0.72 0.26 0.25 321.15 0.57 0.48
Hex C0 35 8F 0 48 1A 19 141 39 30
Octal 300 65 217 0 110 32 31 501 71 60
Binary 11000000 110101 10001111 0 1001000 11010 11001 101000001 111001 110000

Color Harmonies of #C0358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0358F

Black with #C0358F

Text Example


Text Example

White with #C0358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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