Html Css Color HEX #C2059D Medium Violet Red

📋 copy color: '#C2059D'

red 194 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #C2059D

Tints of Medium Violet Red #C2059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 54.49%
G = 1.4%
B = 44.1%

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

#C2059D (or 0xC2059D) is known color: Medium Violet Red. HEX triplet: C2, 05 and 9D. RGB value is (194,5,157). Sum of RGB (Red+Green+Blue) = 194+5+157=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2059D is #3DFA62. Grayscale: #4E4E4E. Windows color (decimal): -4061795 or 10290626. OLE color: 10290626.

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

Color convert

RGB 194 5 157 -
CMYK 0 0.97 0.19 0.24
HSL 311.75º 0.95% 0.39% -
HSV(B) 311.75º 0.97% 0.76% -
XYZ 28.39 14.01 33.11 -
YUV 78.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 194 5 157 0 0.97 0.19 0.24 311.75 0.95 0.39
Hex C2 5 9D 0 61 13 18 138 5F 27
Octal 302 5 235 0 141 23 30 470 137 47
Binary 11000010 101 10011101 0 1100001 10011 11000 100111000 1011111 100111

Color Harmonies of #C2059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2059D

Black with #C2059D

Text Example


Text Example

White with #C2059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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