Html Css Color HEX #C6058B Medium Violet Red

📋 copy color: '#C6058B'

red 198 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #C6058B

Tints of Medium Violet Red #C6058B

RGB

 RED value IS 198 (77.73% from 255) = 57.89%

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

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

R = 57.89%
G = 1.46%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6058B (or 0xC6058B) is known color: Medium Violet Red. HEX triplet: C6, 05 and 8B. RGB value is (198,5,139). Sum of RGB (Red+Green+Blue) = 198+5+139=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6058B is #39FA74. Grayscale: #4D4D4D. Windows color (decimal): -3799669 or 9110982. OLE color: 9110982.

HSL color Cylindrical-coordinate representation of color #C6058B: hue angle of 318.34º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6058B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 139 -
CMYK 0 0.97 0.30 0.22
HSL 318.34º 0.95% 0.4% -
HSV(B) 318.34º 0.97% 0.78% -
XYZ 28 13.98 25.65 -
YUV 77.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 198 5 139 0 0.97 0.30 0.22 318.34 0.95 0.4
Hex C6 5 8B 0 61 1E 16 13E 5F 28
Octal 306 5 213 0 141 36 26 476 137 50
Binary 11000110 101 10001011 0 1100001 11110 10110 100111110 1011111 101000

Color Harmonies of #C6058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6058B

Black with #C6058B

Text Example


Text Example

White with #C6058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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