Html Css Color HEX #C60BA9 Deep Magenta

📋 copy color: '#C60BA9'

red 198 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #C60BA9

Tints of Deep Magenta #C60BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 52.38%
G = 2.91%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C60BA9 (or 0xC60BA9) is known color: Deep Magenta. HEX triplet: C6, 0B and A9. RGB value is (198,11,169). Sum of RGB (Red+Green+Blue) = 198+11+169=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BA9 is #39F456. Grayscale: #545454. Windows color (decimal): -3798103 or 11078598. OLE color: 11078598.

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

Color convert

RGB 198 11 169 -
CMYK 0 0.94 0.15 0.22
HSL 309.3º 0.89% 0.41% -
HSV(B) 309.3º 0.94% 0.78% -
XYZ 30.57 15.11 38.84 -
YUV 84.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 198 11 169 0 0.94 0.15 0.22 309.3 0.89 0.41
Hex C6 B A9 0 5E F 16 135 59 29
Octal 306 13 251 0 136 17 26 465 131 51
Binary 11000110 1011 10101001 0 1011110 1111 10110 100110101 1011001 101001

Color Harmonies of #C60BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BA9

Black with #C60BA9

Text Example


Text Example

White with #C60BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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