Html Css Color HEX #C62082 Medium Violet Red

📋 copy color: '#C62082'

red 198 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #C62082

Tints of Medium Violet Red #C62082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

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

R = 55%
G = 8.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C62082 (or 0xC62082) is known color: Medium Violet Red. HEX triplet: C6, 20 and 82. RGB value is (198,32,130). Sum of RGB (Red+Green+Blue) = 198+32+130=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C62082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62082 is #39DF7D. Grayscale: #5C5C5C. Windows color (decimal): -3792766 or 8528070. OLE color: 8528070.

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

Color convert

RGB 198 32 130 -
CMYK 0 0.84 0.34 0.22
HSL 324.58º 0.72% 0.45% -
HSV(B) 324.58º 0.84% 0.78% -
XYZ 27.83 14.65 22.48 -
YUV 92.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 198 32 130 0 0.84 0.34 0.22 324.58 0.72 0.45
Hex C6 20 82 0 54 22 16 145 48 2D
Octal 306 40 202 0 124 42 26 505 110 55
Binary 11000110 100000 10000010 0 1010100 100010 10110 101000101 1001000 101101

Color Harmonies of #C62082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62082

Black with #C62082

Text Example


Text Example

White with #C62082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62082; }

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

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

background-color css

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

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

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

border-color css

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

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

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