Html Css Color HEX #C2059C Medium Violet Red

📋 copy color: '#C2059C'

red 194 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #C2059C

Tints of Medium Violet Red #C2059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 54.65%
G = 1.41%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2059C (or 0xC2059C) is known color: Medium Violet Red. HEX triplet: C2, 05 and 9C. RGB value is (194,5,156). Sum of RGB (Red+Green+Blue) = 194+5+156=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2059C is #3DFA63. Grayscale: #4E4E4E. Windows color (decimal): -4061796 or 10225090. OLE color: 10225090.

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

Color convert

RGB 194 5 156 -
CMYK 0 0.97 0.20 0.24
HSL 312.06º 0.95% 0.39% -
HSV(B) 312.06º 0.97% 0.76% -
XYZ 28.3 13.98 32.66 -
YUV 78.73 171.62 210.22 -
System Red Green Blue C M Y K H S L
Decimal 194 5 156 0 0.97 0.20 0.24 312.06 0.95 0.39
Hex C2 5 9C 0 61 14 18 138 5F 27
Octal 302 5 234 0 141 24 30 470 137 47
Binary 11000010 101 10011100 0 1100001 10100 11000 100111000 1011111 100111

Color Harmonies of #C2059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2059C

Black with #C2059C

Text Example


Text Example

White with #C2059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2059C; }

 p { color: rgb(194,5,156); }

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

background-color css

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

 a { background-color: rgb(194,5,156); }

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

border-color css

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

 span { border-color: rgb(194,5,156); }

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