Html Css Color HEX #C005A6 Deep Magenta

📋 copy color: '#C005A6'

red 192 ◦ green 5 ◦ blue 166

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

Shades of Deep Magenta #C005A6

Tints of Deep Magenta #C005A6

RGB

 RED value IS 192 (75.39% from 255) = 52.89%

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 52.89%
G = 1.38%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C005A6 (or 0xC005A6) is known color: Deep Magenta. HEX triplet: C0, 05 and A6. RGB value is (192,5,166). Sum of RGB (Red+Green+Blue) = 192+5+166=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C005A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C005A6 is #3FFA59. Grayscale: #4E4E4E. Windows color (decimal): -4192858 or 10880448. OLE color: 10880448.

HSL color Cylindrical-coordinate representation of color #C005A6: hue angle of 308.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005A6 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 166 -
CMYK 0 0.97 0.14 0.25
HSL 308.34º 0.95% 0.39% -
HSV(B) 308.34º 0.97% 0.75% -
XYZ 28.68 14.07 37.28 -
YUV 79.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 192 5 166 0 0.97 0.14 0.25 308.34 0.95 0.39
Hex C0 5 A6 0 61 E 19 134 5F 27
Octal 300 5 246 0 141 16 31 464 137 47
Binary 11000000 101 10100110 0 1100001 1110 11001 100110100 1011111 100111

Color Harmonies of #C005A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005A6

Black with #C005A6

Text Example


Text Example

White with #C005A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005A6; }

 p { color: rgb(192,5,166); }

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

background-color css

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

 a { background-color: rgb(192,5,166); }

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

border-color css

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

 span { border-color: rgb(192,5,166); }

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