Html Css Color HEX #C20770 Medium Violet Red

📋 copy color: '#C20770'

red 194 ◦ green 7 ◦ blue 112

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

Shades of Medium Violet Red #C20770

Tints of Medium Violet Red #C20770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 61.98%
G = 2.24%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20770 (or 0xC20770) is known color: Medium Violet Red. HEX triplet: C2, 07 and 70. RGB value is (194,7,112). Sum of RGB (Red+Green+Blue) = 194+7+112=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C20770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20770 is #3DF88F. Grayscale: #4A4A4A. Windows color (decimal): -4061328 or 7342018. OLE color: 7342018.

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

Color convert

RGB 194 7 112 -
CMYK 0 0.96 0.42 0.24
HSL 326.31º 0.93% 0.39% -
HSV(B) 326.31º 0.96% 0.76% -
XYZ 25.25 12.79 16.47 -
YUV 74.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 194 7 112 0 0.96 0.42 0.24 326.31 0.93 0.39
Hex C2 7 70 0 60 2A 18 146 5D 27
Octal 302 7 160 0 140 52 30 506 135 47
Binary 11000010 111 1110000 0 1100000 101010 11000 101000110 1011101 100111

Color Harmonies of #C20770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20770

Black with #C20770

Text Example


Text Example

White with #C20770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20770; }

 p { color: rgb(194,7,112); }

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

background-color css

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

 a { background-color: rgb(194,7,112); }

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

border-color css

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

 span { border-color: rgb(194,7,112); }

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