Html Css Color HEX #C20C7A Medium Violet Red

📋 copy color: '#C20C7A'

red 194 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #C20C7A

Tints of Medium Violet Red #C20C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 59.15%
G = 3.66%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C20C7A (or 0xC20C7A) is known color: Medium Violet Red. HEX triplet: C2, 0C and 7A. RGB value is (194,12,122). Sum of RGB (Red+Green+Blue) = 194+12+122=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C7A is #3DF385. Grayscale: #4E4E4E. Windows color (decimal): -4060038 or 7998658. OLE color: 7998658.

HSL color Cylindrical-coordinate representation of color #C20C7A: hue angle of 323.74º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C7A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 122 -
CMYK 0 0.94 0.37 0.24
HSL 323.74º 0.88% 0.4% -
HSV(B) 323.74º 0.94% 0.76% -
XYZ 25.89 13.14 19.58 -
YUV 78.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 194 12 122 0 0.94 0.37 0.24 323.74 0.88 0.4
Hex C2 C 7A 0 5E 25 18 144 58 28
Octal 302 14 172 0 136 45 30 504 130 50
Binary 11000010 1100 1111010 0 1011110 100101 11000 101000100 1011000 101000

Color Harmonies of #C20C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C7A

Black with #C20C7A

Text Example


Text Example

White with #C20C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C7A; }

 p { color: rgb(194,12,122); }

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

background-color css

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

 a { background-color: rgb(194,12,122); }

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

border-color css

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

 span { border-color: rgb(194,12,122); }

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