Html Css Color HEX #C20185 Medium Violet Red

📋 copy color: '#C20185'

red 194 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #C20185

Tints of Medium Violet Red #C20185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.15%
G = 0.3%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C20185 (or 0xC20185) is known color: Medium Violet Red. HEX triplet: C2, 01 and 85. RGB value is (194,1,133). Sum of RGB (Red+Green+Blue) = 194+1+133=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20185 is #3DFE7A. Grayscale: #494949. Windows color (decimal): -4062843 or 8716738. OLE color: 8716738.

HSL color Cylindrical-coordinate representation of color #C20185: hue angle of 318.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20185 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 133 -
CMYK 0 0.99 0.31 0.24
HSL 318.96º 0.99% 0.38% -
HSV(B) 318.96º 0.99% 0.76% -
XYZ 26.49 13.18 23.34 -
YUV 73.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 194 1 133 0 0.99 0.31 0.24 318.96 0.99 0.38
Hex C2 1 85 0 63 1F 18 13F 63 26
Octal 302 1 205 0 143 37 30 477 143 46
Binary 11000010 1 10000101 0 1100011 11111 11000 100111111 1100011 100110

Color Harmonies of #C20185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20185

Black with #C20185

Text Example


Text Example

White with #C20185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20185; }

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

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

background-color css

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

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

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

border-color css

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

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

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