Html Css Color HEX #C60AB9 Deep Magenta

📋 copy color: '#C60AB9'

red 198 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #C60AB9

Tints of Deep Magenta #C60AB9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 50.38%
G = 2.54%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C60AB9 (or 0xC60AB9) is known color: Deep Magenta. HEX triplet: C6, 0A and B9. RGB value is (198,10,185). Sum of RGB (Red+Green+Blue) = 198+10+185=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60AB9 is #39F546. Grayscale: #555555. Windows color (decimal): -3798343 or 12126918. OLE color: 12126918.

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

Color convert

RGB 198 10 185 -
CMYK 0 0.95 0.07 0.22
HSL 304.15º 0.9% 0.41% -
HSV(B) 304.15º 0.95% 0.78% -
XYZ 32.15 15.73 47.24 -
YUV 86.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 198 10 185 0 0.95 0.07 0.22 304.15 0.9 0.41
Hex C6 A B9 0 5F 7 16 130 5A 29
Octal 306 12 271 0 137 7 26 460 132 51
Binary 11000110 1010 10111001 0 1011111 111 10110 100110000 1011010 101001

Color Harmonies of #C60AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AB9

Black with #C60AB9

Text Example


Text Example

White with #C60AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AB9; }

 p { color: rgb(198,10,185); }

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

background-color css

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

 a { background-color: rgb(198,10,185); }

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

border-color css

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

 span { border-color: rgb(198,10,185); }

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