Html Css Color HEX #C60AB2 Deep Magenta

📋 copy color: '#C60AB2'

red 198 ◦ green 10 ◦ blue 178

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

Shades of Deep Magenta #C60AB2

Tints of Deep Magenta #C60AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.11%

R = 51.3%
G = 2.59%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C60AB2 (or 0xC60AB2) is known color: Deep Magenta. HEX triplet: C6, 0A and B2. RGB value is (198,10,178). Sum of RGB (Red+Green+Blue) = 198+10+178=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AB2 is #39F54D. Grayscale: #545454. Windows color (decimal): -3798350 or 11668166. OLE color: 11668166.

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

Color convert

RGB 198 10 178 -
CMYK 0 0.95 0.10 0.22
HSL 306.38º 0.9% 0.41% -
HSV(B) 306.38º 0.95% 0.78% -
XYZ 31.43 15.44 43.44 -
YUV 85.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 198 10 178 0 0.95 0.10 0.22 306.38 0.9 0.41
Hex C6 A B2 0 5F A 16 132 5A 29
Octal 306 12 262 0 137 12 26 462 132 51
Binary 11000110 1010 10110010 0 1011111 1010 10110 100110010 1011010 101001

Color Harmonies of #C60AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AB2

Black with #C60AB2

Text Example


Text Example

White with #C60AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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