Html Css Color HEX #C61C82 Medium Violet Red

📋 copy color: '#C61C82'

red 198 ◦ green 28 ◦ blue 130

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

Shades of Medium Violet Red #C61C82

Tints of Medium Violet Red #C61C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

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

R = 55.62%
G = 7.87%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61C82 (or 0xC61C82) is known color: Medium Violet Red. HEX triplet: C6, 1C and 82. RGB value is (198,28,130). Sum of RGB (Red+Green+Blue) = 198+28+130=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61C82 is #39E37D. Grayscale: #5A5A5A. Windows color (decimal): -3793790 or 8527046. OLE color: 8527046.

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

Color convert

RGB 198 28 130 -
CMYK 0 0.86 0.34 0.22
HSL 324º 0.75% 0.44% -
HSV(B) 324º 0.86% 0.78% -
XYZ 27.73 14.45 22.45 -
YUV 90.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 198 28 130 0 0.86 0.34 0.22 324 0.75 0.44
Hex C6 1C 82 0 56 22 16 144 4B 2C
Octal 306 34 202 0 126 42 26 504 113 54
Binary 11000110 11100 10000010 0 1010110 100010 10110 101000100 1001011 101100

Color Harmonies of #C61C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C82

Black with #C61C82

Text Example


Text Example

White with #C61C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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