Html Css Color HEX #C60BA2 Medium Violet Red

📋 copy color: '#C60BA2'

red 198 ◦ green 11 ◦ blue 162

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

Shades of Medium Violet Red #C60BA2

Tints of Medium Violet Red #C60BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 53.37%
G = 2.96%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C60BA2 (or 0xC60BA2) is known color: Medium Violet Red. HEX triplet: C6, 0B and A2. RGB value is (198,11,162). Sum of RGB (Red+Green+Blue) = 198+11+162=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BA2 is #39F45D. Grayscale: #535353. Windows color (decimal): -3798110 or 10619846. OLE color: 10619846.

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

Color convert

RGB 198 11 162 -
CMYK 0 0.94 0.18 0.22
HSL 311.55º 0.89% 0.41% -
HSV(B) 311.55º 0.94% 0.78% -
XYZ 29.93 14.85 35.47 -
YUV 84.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 198 11 162 0 0.94 0.18 0.22 311.55 0.89 0.41
Hex C6 B A2 0 5E 12 16 138 59 29
Octal 306 13 242 0 136 22 26 470 131 51
Binary 11000110 1011 10100010 0 1011110 10010 10110 100111000 1011001 101001

Color Harmonies of #C60BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BA2

Black with #C60BA2

Text Example


Text Example

White with #C60BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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