Html Css Color HEX #C60BA5 Medium Violet Red

📋 copy color: '#C60BA5'

red 198 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #C60BA5

Tints of Medium Violet Red #C60BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 52.94%
G = 2.94%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C60BA5 (or 0xC60BA5) is known color: Medium Violet Red. HEX triplet: C6, 0B and A5. RGB value is (198,11,165). Sum of RGB (Red+Green+Blue) = 198+11+165=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BA5 is #39F45A. Grayscale: #545454. Windows color (decimal): -3798107 or 10816454. OLE color: 10816454.

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

Color convert

RGB 198 11 165 -
CMYK 0 0.94 0.17 0.22
HSL 310.59º 0.89% 0.41% -
HSV(B) 310.59º 0.94% 0.78% -
XYZ 30.2 14.96 36.89 -
YUV 84.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 198 11 165 0 0.94 0.17 0.22 310.59 0.89 0.41
Hex C6 B A5 0 5E 11 16 137 59 29
Octal 306 13 245 0 136 21 26 467 131 51
Binary 11000110 1011 10100101 0 1011110 10001 10110 100110111 1011001 101001

Color Harmonies of #C60BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BA5

Black with #C60BA5

Text Example


Text Example

White with #C60BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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