Html Css Color HEX #C20282 Medium Violet Red

📋 copy color: '#C20282'

red 194 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #C20282

Tints of Medium Violet Red #C20282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 59.51%
G = 0.61%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C20282 (or 0xC20282) is known color: Medium Violet Red. HEX triplet: C2, 02 and 82. RGB value is (194,2,130). Sum of RGB (Red+Green+Blue) = 194+2+130=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C20282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20282 is #3DFD7D. Grayscale: #494949. Windows color (decimal): -4062590 or 8520386. OLE color: 8520386.

HSL color Cylindrical-coordinate representation of color #C20282: hue angle of 320º degrees, saturation: 0.98, 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 #C20282 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 130 -
CMYK 0 0.99 0.33 0.24
HSL 320º 0.98% 0.38% -
HSV(B) 320º 0.99% 0.76% -
XYZ 26.3 13.12 22.27 -
YUV 74 159.61 213.59 -
System Red Green Blue C M Y K H S L
Decimal 194 2 130 0 0.99 0.33 0.24 320 0.98 0.38
Hex C2 2 82 0 63 21 18 140 62 26
Octal 302 2 202 0 143 41 30 500 142 46
Binary 11000010 10 10000010 0 1100011 100001 11000 101000000 1100010 100110

Color Harmonies of #C20282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20282

Black with #C20282

Text Example


Text Example

White with #C20282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20282; }

 p { color: rgb(194,2,130); }

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

background-color css

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

 a { background-color: rgb(194,2,130); }

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

border-color css

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

 span { border-color: rgb(194,2,130); }

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