Html Css Color HEX #C60D9A Medium Violet Red

📋 copy color: '#C60D9A'

red 198 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #C60D9A

Tints of Medium Violet Red #C60D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 54.25%
G = 3.56%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C60D9A (or 0xC60D9A) is known color: Medium Violet Red. HEX triplet: C6, 0D and 9A. RGB value is (198,13,154). Sum of RGB (Red+Green+Blue) = 198+13+154=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60D9A is #39F265. Grayscale: #545454. Windows color (decimal): -3797606 or 10096070. OLE color: 10096070.

HSL color Cylindrical-coordinate representation of color #C60D9A: hue angle of 314.27º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D9A is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 154 -
CMYK 0 0.93 0.22 0.22
HSL 314.27º 0.88% 0.41% -
HSV(B) 314.27º 0.93% 0.78% -
XYZ 29.27 14.63 31.85 -
YUV 84.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 198 13 154 0 0.93 0.22 0.22 314.27 0.88 0.41
Hex C6 D 9A 0 5D 16 16 13A 58 29
Octal 306 15 232 0 135 26 26 472 130 51
Binary 11000110 1101 10011010 0 1011101 10110 10110 100111010 1011000 101001

Color Harmonies of #C60D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D9A

Black with #C60D9A

Text Example


Text Example

White with #C60D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D9A; }

 p { color: rgb(198,13,154); }

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

background-color css

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

 a { background-color: rgb(198,13,154); }

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

border-color css

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

 span { border-color: rgb(198,13,154); }

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