Html Css Color HEX #C20487 Medium Violet Red

📋 copy color: '#C20487'

red 194 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #C20487

Tints of Medium Violet Red #C20487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 135 (53.13% from 255) = 40.54%

R = 58.26%
G = 1.2%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C20487 (or 0xC20487) is known color: Medium Violet Red. HEX triplet: C2, 04 and 87. RGB value is (194,4,135). Sum of RGB (Red+Green+Blue) = 194+4+135=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C20487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20487 is #3DFB78. Grayscale: #4B4B4B. Windows color (decimal): -4062073 or 8848578. OLE color: 8848578.

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

Color convert

RGB 194 4 135 -
CMYK 0 0.98 0.30 0.24
HSL 318.63º 0.96% 0.39% -
HSV(B) 318.63º 0.98% 0.76% -
XYZ 26.66 13.31 24.08 -
YUV 75.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 194 4 135 0 0.98 0.30 0.24 318.63 0.96 0.39
Hex C2 4 87 0 62 1E 18 13F 60 27
Octal 302 4 207 0 142 36 30 477 140 47
Binary 11000010 100 10000111 0 1100010 11110 11000 100111111 1100000 100111

Color Harmonies of #C20487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20487

Black with #C20487

Text Example


Text Example

White with #C20487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20487; }

 p { color: rgb(194,4,135); }

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

background-color css

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

 a { background-color: rgb(194,4,135); }

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

border-color css

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

 span { border-color: rgb(194,4,135); }

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