Html Css Color HEX #C60281 Medium Violet Red

📋 copy color: '#C60281'

red 198 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #C60281

Tints of Medium Violet Red #C60281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 60.18%
G = 0.61%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60281 (or 0xC60281) is known color: Medium Violet Red. HEX triplet: C6, 02 and 81. RGB value is (198,2,129). Sum of RGB (Red+Green+Blue) = 198+2+129=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C60281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60281 is #39FD7E. Grayscale: #4A4A4A. Windows color (decimal): -3800447 or 8454854. OLE color: 8454854.

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

Color convert

RGB 198 2 129 -
CMYK 0 0.99 0.35 0.22
HSL 321.12º 0.98% 0.39% -
HSV(B) 321.12º 0.99% 0.78% -
XYZ 27.27 13.63 21.96 -
YUV 75.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 198 2 129 0 0.99 0.35 0.22 321.12 0.98 0.39
Hex C6 2 81 0 63 23 16 141 62 27
Octal 306 2 201 0 143 43 26 501 142 47
Binary 11000110 10 10000001 0 1100011 100011 10110 101000001 1100010 100111

Color Harmonies of #C60281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60281

Black with #C60281

Text Example


Text Example

White with #C60281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60281; }

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

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

background-color css

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

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

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

border-color css

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

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

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