Html Css Color HEX #C60BA0 Medium Violet Red

📋 copy color: '#C60BA0'

red 198 ◦ green 11 ◦ blue 160

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

Shades of Medium Violet Red #C60BA0

Tints of Medium Violet Red #C60BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.98%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 53.66%
G = 2.98%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C60BA0 (or 0xC60BA0) is known color: Medium Violet Red. HEX triplet: C6, 0B and A0. RGB value is (198,11,160). Sum of RGB (Red+Green+Blue) = 198+11+160=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BA0 is #39F45F. Grayscale: #535353. Windows color (decimal): -3798112 or 10488774. OLE color: 10488774.

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

Color convert

RGB 198 11 160 -
CMYK 0 0.94 0.19 0.22
HSL 312.19º 0.89% 0.41% -
HSV(B) 312.19º 0.94% 0.78% -
XYZ 29.75 14.78 34.54 -
YUV 83.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 198 11 160 0 0.94 0.19 0.22 312.19 0.89 0.41
Hex C6 B A0 0 5E 13 16 138 59 29
Octal 306 13 240 0 136 23 26 470 131 51
Binary 11000110 1011 10100000 0 1011110 10011 10110 100111000 1011001 101001

Color Harmonies of #C60BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BA0

Black with #C60BA0

Text Example


Text Example

White with #C60BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BA0; }

 p { color: rgb(198,11,160); }

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

background-color css

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

 a { background-color: rgb(198,11,160); }

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

border-color css

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

 span { border-color: rgb(198,11,160); }

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