Html Css Color HEX #C003AA Deep Magenta

📋 copy color: '#C003AA'

red 192 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #C003AA

Tints of Deep Magenta #C003AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 52.6%
G = 0.82%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C003AA (or 0xC003AA) is known color: Deep Magenta. HEX triplet: C0, 03 and AA. RGB value is (192,3,170). Sum of RGB (Red+Green+Blue) = 192+3+170=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C003AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003AA is #3FFC55. Grayscale: #4E4E4E. Windows color (decimal): -4193366 or 11142080. OLE color: 11142080.

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

Color convert

RGB 192 3 170 -
CMYK 0 0.98 0.11 0.25
HSL 306.98º 0.97% 0.38% -
HSV(B) 306.98º 0.98% 0.75% -
XYZ 29.03 14.17 39.24 -
YUV 78.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 192 3 170 0 0.98 0.11 0.25 306.98 0.97 0.38
Hex C0 3 AA 0 62 B 19 133 61 26
Octal 300 3 252 0 142 13 31 463 141 46
Binary 11000000 11 10101010 0 1100010 1011 11001 100110011 1100001 100110

Color Harmonies of #C003AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003AA

Black with #C003AA

Text Example


Text Example

White with #C003AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003AA; }

 p { color: rgb(192,3,170); }

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

background-color css

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

 a { background-color: rgb(192,3,170); }

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

border-color css

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

 span { border-color: rgb(192,3,170); }

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