Html Css Color HEX #C61282 Medium Violet Red

📋 copy color: '#C61282'

red 198 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #C61282

Tints of Medium Violet Red #C61282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 57.23%
G = 5.2%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61282 (or 0xC61282) is known color: Medium Violet Red. HEX triplet: C6, 12 and 82. RGB value is (198,18,130). Sum of RGB (Red+Green+Blue) = 198+18+130=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C61282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61282 is #39ED7D. Grayscale: #545454. Windows color (decimal): -3796350 or 8524486. OLE color: 8524486.

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

Color convert

RGB 198 18 130 -
CMYK 0 0.91 0.34 0.22
HSL 322.67º 0.83% 0.42% -
HSV(B) 322.67º 0.91% 0.78% -
XYZ 27.53 14.05 22.38 -
YUV 84.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 198 18 130 0 0.91 0.34 0.22 322.67 0.83 0.42
Hex C6 12 82 0 5B 22 16 143 53 2A
Octal 306 22 202 0 133 42 26 503 123 52
Binary 11000110 10010 10000010 0 1011011 100010 10110 101000011 1010011 101010

Color Harmonies of #C61282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61282

Black with #C61282

Text Example


Text Example

White with #C61282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61282; }

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

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

background-color css

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

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

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

border-color css

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

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

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