Html Css Color HEX #C20585 Medium Violet Red

📋 copy color: '#C20585'

red 194 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #C20585

Tints of Medium Violet Red #C20585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 58.43%
G = 1.51%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C20585 (or 0xC20585) is known color: Medium Violet Red. HEX triplet: C2, 05 and 85. RGB value is (194,5,133). Sum of RGB (Red+Green+Blue) = 194+5+133=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20585 is #3DFA7A. Grayscale: #4B4B4B. Windows color (decimal): -4061819 or 8717762. OLE color: 8717762.

HSL color Cylindrical-coordinate representation of color #C20585: hue angle of 319.37º 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 #C20585 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 133 -
CMYK 0 0.97 0.31 0.24
HSL 319.37º 0.95% 0.39% -
HSV(B) 319.37º 0.97% 0.76% -
XYZ 26.54 13.27 23.35 -
YUV 76.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 194 5 133 0 0.97 0.31 0.24 319.37 0.95 0.39
Hex C2 5 85 0 61 1F 18 13F 5F 27
Octal 302 5 205 0 141 37 30 477 137 47
Binary 11000010 101 10000101 0 1100001 11111 11000 100111111 1011111 100111

Color Harmonies of #C20585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20585

Black with #C20585

Text Example


Text Example

White with #C20585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20585; }

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

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

background-color css

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

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

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

border-color css

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

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

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