Html Css Color HEX #C2059E Medium Violet Red

📋 copy color: '#C2059E'

red 194 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #C2059E

Tints of Medium Violet Red #C2059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 54.34%
G = 1.4%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2059E (or 0xC2059E) is known color: Medium Violet Red. HEX triplet: C2, 05 and 9E. RGB value is (194,5,158). Sum of RGB (Red+Green+Blue) = 194+5+158=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2059E is #3DFA61. Grayscale: #4E4E4E. Windows color (decimal): -4061794 or 10356162. OLE color: 10356162.

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

Color convert

RGB 194 5 158 -
CMYK 0 0.97 0.19 0.24
HSL 311.43º 0.95% 0.39% -
HSV(B) 311.43º 0.97% 0.76% -
XYZ 28.47 14.05 33.56 -
YUV 78.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 194 5 158 0 0.97 0.19 0.24 311.43 0.95 0.39
Hex C2 5 9E 0 61 13 18 137 5F 27
Octal 302 5 236 0 141 23 30 467 137 47
Binary 11000010 101 10011110 0 1100001 10011 11000 100110111 1011111 100111

Color Harmonies of #C2059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2059E

Black with #C2059E

Text Example


Text Example

White with #C2059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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