Html Css Color HEX #C20775 Medium Violet Red

📋 copy color: '#C20775'

red 194 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #C20775

Tints of Medium Violet Red #C20775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 61.01%
G = 2.2%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20775 (or 0xC20775) is known color: Medium Violet Red. HEX triplet: C2, 07 and 75. RGB value is (194,7,117). Sum of RGB (Red+Green+Blue) = 194+7+117=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C20775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20775 is #3DF88A. Grayscale: #4B4B4B. Windows color (decimal): -4061323 or 7669698. OLE color: 7669698.

HSL color Cylindrical-coordinate representation of color #C20775: hue angle of 324.71º 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 #C20775 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 117 -
CMYK 0 0.96 0.40 0.24
HSL 324.71º 0.93% 0.39% -
HSV(B) 324.71º 0.96% 0.76% -
XYZ 25.54 12.91 17.97 -
YUV 75.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 194 7 117 0 0.96 0.40 0.24 324.71 0.93 0.39
Hex C2 7 75 0 60 28 18 145 5D 27
Octal 302 7 165 0 140 50 30 505 135 47
Binary 11000010 111 1110101 0 1100000 101000 11000 101000101 1011101 100111

Color Harmonies of #C20775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20775

Black with #C20775

Text Example


Text Example

White with #C20775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20775; }

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

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

background-color css

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

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

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

border-color css

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

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

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