Html Css Color HEX #C60382 Medium Violet Red

📋 copy color: '#C60382'

red 198 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #C60382

Tints of Medium Violet Red #C60382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 59.82%
G = 0.91%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C60382 (or 0xC60382) is known color: Medium Violet Red. HEX triplet: C6, 03 and 82. RGB value is (198,3,130). Sum of RGB (Red+Green+Blue) = 198+3+130=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C60382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60382 is #39FC7D. Grayscale: #4B4B4B. Windows color (decimal): -3800190 or 8520646. OLE color: 8520646.

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

Color convert

RGB 198 3 130 -
CMYK 0 0.98 0.34 0.22
HSL 320.92º 0.97% 0.39% -
HSV(B) 320.92º 0.98% 0.78% -
XYZ 27.35 13.68 22.32 -
YUV 75.78 158.6 215.17 -
System Red Green Blue C M Y K H S L
Decimal 198 3 130 0 0.98 0.34 0.22 320.92 0.97 0.39
Hex C6 3 82 0 62 22 16 141 61 27
Octal 306 3 202 0 142 42 26 501 141 47
Binary 11000110 11 10000010 0 1100010 100010 10110 101000001 1100001 100111

Color Harmonies of #C60382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60382

Black with #C60382

Text Example


Text Example

White with #C60382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60382; }

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

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

background-color css

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

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

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

border-color css

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

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

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