Html Css Color HEX #C61280 Medium Violet Red

📋 copy color: '#C61280'

red 198 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #C61280

Tints of Medium Violet Red #C61280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 57.56%
G = 5.23%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61280 (or 0xC61280) is known color: Medium Violet Red. HEX triplet: C6, 12 and 80. RGB value is (198,18,128). Sum of RGB (Red+Green+Blue) = 198+18+128=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C61280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61280 is #39ED7F. Grayscale: #545454. Windows color (decimal): -3796352 or 8393414. OLE color: 8393414.

HSL color Cylindrical-coordinate representation of color #C61280: hue angle of 323.33º 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 #C61280 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 128 -
CMYK 0 0.91 0.35 0.22
HSL 323.33º 0.83% 0.42% -
HSV(B) 323.33º 0.91% 0.78% -
XYZ 27.4 14 21.68 -
YUV 84.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 198 18 128 0 0.91 0.35 0.22 323.33 0.83 0.42
Hex C6 12 80 0 5B 23 16 143 53 2A
Octal 306 22 200 0 133 43 26 503 123 52
Binary 11000110 10010 10000000 0 1011011 100011 10110 101000011 1010011 101010

Color Harmonies of #C61280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61280

Black with #C61280

Text Example


Text Example

White with #C61280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61280; }

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

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

background-color css

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

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

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

border-color css

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

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

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