Html Css Color HEX #C000A5 Deep Magenta

📋 copy color: '#C000A5'

red 192 ◦ green 0 ◦ blue 165

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

Shades of Deep Magenta #C000A5

Tints of Deep Magenta #C000A5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 53.78%
G = 0%
B = 46.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C000A5 (or 0xC000A5) is known color: Deep Magenta. HEX triplet: C0, 00 and A5. RGB value is (192,0,165). Sum of RGB (Red+Green+Blue) = 192+0+165=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C000A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000A5 is #3FFF5A. Grayscale: #4B4B4B. Windows color (decimal): -4194139 or 10813632. OLE color: 10813632.

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

Color convert

RGB 192 0 165 -
CMYK 0 1 0.14 0.25
HSL 308.44º 1% 0.38% -
HSV(B) 308.44º 1% 0.75% -
XYZ 28.53 13.92 36.78 -
YUV 76.22 178.11 210.58 -
System Red Green Blue C M Y K H S L
Decimal 192 0 165 0 1 0.14 0.25 308.44 1 0.38
Hex C0 0 A5 0 64 E 19 134 64 26
Octal 300 0 245 0 144 16 31 464 144 46
Binary 11000000 0 10100101 0 1100100 1110 11001 100110100 1100100 100110

Color Harmonies of #C000A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000A5

Black with #C000A5

Text Example


Text Example

White with #C000A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000A5; }

 p { color: rgb(192,0,165); }

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

background-color css

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

 a { background-color: rgb(192,0,165); }

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

border-color css

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

 span { border-color: rgb(192,0,165); }

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