Html Css Color HEX #C60182 Medium Violet Red

📋 copy color: '#C60182'

red 198 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #C60182

Tints of Medium Violet Red #C60182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 60.18%
G = 0.3%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C60182 (or 0xC60182) is known color: Medium Violet Red. HEX triplet: C6, 01 and 82. RGB value is (198,1,130). Sum of RGB (Red+Green+Blue) = 198+1+130=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C60182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60182 is #39FE7D. Grayscale: #4A4A4A. Windows color (decimal): -3800702 or 8520134. OLE color: 8520134.

HSL color Cylindrical-coordinate representation of color #C60182: hue angle of 320.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60182 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 130 -
CMYK 0 0.99 0.34 0.22
HSL 320.71º 0.99% 0.39% -
HSV(B) 320.71º 0.99% 0.78% -
XYZ 27.33 13.64 22.31 -
YUV 74.61 159.27 216.01 -
System Red Green Blue C M Y K H S L
Decimal 198 1 130 0 0.99 0.34 0.22 320.71 0.99 0.39
Hex C6 1 82 0 63 22 16 141 63 27
Octal 306 1 202 0 143 42 26 501 143 47
Binary 11000110 1 10000010 0 1100011 100010 10110 101000001 1100011 100111

Color Harmonies of #C60182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60182

Black with #C60182

Text Example


Text Example

White with #C60182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60182; }

 p { color: rgb(198,1,130); }

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

background-color css

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

 a { background-color: rgb(198,1,130); }

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

border-color css

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

 span { border-color: rgb(198,1,130); }

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