Html Css Color HEX #C20575 Medium Violet Red

📋 copy color: '#C20575'

red 194 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #C20575

Tints of Medium Violet Red #C20575

RGB

 RED value IS 194 (76.17% from 255) = 61.39%

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 61.39%
G = 1.58%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20575 (or 0xC20575) is known color: Medium Violet Red. HEX triplet: C2, 05 and 75. RGB value is (194,5,117). Sum of RGB (Red+Green+Blue) = 194+5+117=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C20575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20575 is #3DFA8A. Grayscale: #4A4A4A. Windows color (decimal): -4061835 or 7669186. OLE color: 7669186.

HSL color Cylindrical-coordinate representation of color #C20575: hue angle of 324.44º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20575 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 117 -
CMYK 0 0.97 0.40 0.24
HSL 324.44º 0.95% 0.39% -
HSV(B) 324.44º 0.97% 0.76% -
XYZ 25.51 12.86 17.97 -
YUV 74.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 194 5 117 0 0.97 0.40 0.24 324.44 0.95 0.39
Hex C2 5 75 0 61 28 18 144 5F 27
Octal 302 5 165 0 141 50 30 504 137 47
Binary 11000010 101 1110101 0 1100001 101000 11000 101000100 1011111 100111

Color Harmonies of #C20575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20575

Black with #C20575

Text Example


Text Example

White with #C20575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20575; }

 p { color: rgb(194,5,117); }

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

background-color css

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

 a { background-color: rgb(194,5,117); }

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

border-color css

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

 span { border-color: rgb(194,5,117); }

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