Html Css Color HEX #C2058B Medium Violet Red

📋 copy color: '#C2058B'

red 194 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #C2058B

Tints of Medium Violet Red #C2058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 57.4%
G = 1.48%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2058B (or 0xC2058B) is known color: Medium Violet Red. HEX triplet: C2, 05 and 8B. RGB value is (194,5,139). Sum of RGB (Red+Green+Blue) = 194+5+139=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2058B is #3DFA74. Grayscale: #4C4C4C. Windows color (decimal): -4061813 or 9110978. OLE color: 9110978.

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

Color convert

RGB 194 5 139 -
CMYK 0 0.97 0.28 0.24
HSL 317.46º 0.95% 0.39% -
HSV(B) 317.46º 0.97% 0.76% -
XYZ 26.96 13.44 25.6 -
YUV 76.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 194 5 139 0 0.97 0.28 0.24 317.46 0.95 0.39
Hex C2 5 8B 0 61 1C 18 13D 5F 27
Octal 302 5 213 0 141 34 30 475 137 47
Binary 11000010 101 10001011 0 1100001 11100 11000 100111101 1011111 100111

Color Harmonies of #C2058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2058B

Black with #C2058B

Text Example


Text Example

White with #C2058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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