Html Css Color HEX #C2059F Medium Violet Red

📋 copy color: '#C2059F'

red 194 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #C2059F

Tints of Medium Violet Red #C2059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 54.19%
G = 1.4%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2059F (or 0xC2059F) is known color: Medium Violet Red. HEX triplet: C2, 05 and 9F. RGB value is (194,5,159). Sum of RGB (Red+Green+Blue) = 194+5+159=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2059F is #3DFA60. Grayscale: #4E4E4E. Windows color (decimal): -4061793 or 10421698. OLE color: 10421698.

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

Color convert

RGB 194 5 159 -
CMYK 0 0.97 0.18 0.24
HSL 311.11º 0.95% 0.39% -
HSV(B) 311.11º 0.97% 0.76% -
XYZ 28.56 14.08 34.01 -
YUV 79.07 173.12 209.98 -
System Red Green Blue C M Y K H S L
Decimal 194 5 159 0 0.97 0.18 0.24 311.11 0.95 0.39
Hex C2 5 9F 0 61 12 18 137 5F 27
Octal 302 5 237 0 141 22 30 467 137 47
Binary 11000010 101 10011111 0 1100001 10010 11000 100110111 1011111 100111

Color Harmonies of #C2059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2059F

Black with #C2059F

Text Example


Text Example

White with #C2059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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