Html Css Color HEX #C60481 Medium Violet Red

📋 copy color: '#C60481'

red 198 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #C60481

Tints of Medium Violet Red #C60481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 59.82%
G = 1.21%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60481 (or 0xC60481) is known color: Medium Violet Red. HEX triplet: C6, 04 and 81. RGB value is (198,4,129). Sum of RGB (Red+Green+Blue) = 198+4+129=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C60481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60481 is #39FB7E. Grayscale: #4B4B4B. Windows color (decimal): -3799935 or 8455366. OLE color: 8455366.

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

Color convert

RGB 198 4 129 -
CMYK 0 0.98 0.35 0.22
HSL 321.34º 0.96% 0.4% -
HSV(B) 321.34º 0.98% 0.78% -
XYZ 27.29 13.68 21.97 -
YUV 76.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 198 4 129 0 0.98 0.35 0.22 321.34 0.96 0.4
Hex C6 4 81 0 62 23 16 141 60 28
Octal 306 4 201 0 142 43 26 501 140 50
Binary 11000110 100 10000001 0 1100010 100011 10110 101000001 1100000 101000

Color Harmonies of #C60481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60481

Black with #C60481

Text Example


Text Example

White with #C60481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60481; }

 p { color: rgb(198,4,129); }

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

background-color css

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

 a { background-color: rgb(198,4,129); }

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

border-color css

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

 span { border-color: rgb(198,4,129); }

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