Html Css Color HEX #C20085 Medium Violet Red

📋 copy color: '#C20085'

red 194 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #C20085

Tints of Medium Violet Red #C20085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.33%
G = 0%
B = 40.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C20085 (or 0xC20085) is known color: Medium Violet Red. HEX triplet: C2, 00 and 85. RGB value is (194,0,133). Sum of RGB (Red+Green+Blue) = 194+0+133=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20085 is #3DFF7A. Grayscale: #484848. Windows color (decimal): -4063099 or 8716482. OLE color: 8716482.

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

Color convert

RGB 194 0 133 -
CMYK 0 1 0.31 0.24
HSL 318.87º 1% 0.38% -
HSV(B) 318.87º 1% 0.76% -
XYZ 26.48 13.16 23.34 -
YUV 73.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 194 0 133 0 1 0.31 0.24 318.87 1 0.38
Hex C2 0 85 0 64 1F 18 13F 64 26
Octal 302 0 205 0 144 37 30 477 144 46
Binary 11000010 0 10000101 0 1100100 11111 11000 100111111 1100100 100110

Color Harmonies of #C20085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20085

Black with #C20085

Text Example


Text Example

White with #C20085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20085; }

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

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

background-color css

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

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

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

border-color css

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

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

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