Html Css Color HEX #C405AA Deep Magenta

📋 copy color: '#C405AA'

red 196 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #C405AA

Tints of Deep Magenta #C405AA

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

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

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

R = 52.83%
G = 1.35%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C405AA (or 0xC405AA) is known color: Deep Magenta. HEX triplet: C4, 05 and AA. RGB value is (196,5,170). Sum of RGB (Red+Green+Blue) = 196+5+170=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C405AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405AA is #3BFA55. Grayscale: #505050. Windows color (decimal): -3930710 or 11142596. OLE color: 11142596.

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

Color convert

RGB 196 5 170 -
CMYK 0 0.97 0.13 0.23
HSL 308.17º 0.95% 0.39% -
HSV(B) 308.17º 0.97% 0.77% -
XYZ 30.07 14.75 39.29 -
YUV 80.92 178.28 210.08 -
System Red Green Blue C M Y K H S L
Decimal 196 5 170 0 0.97 0.13 0.23 308.17 0.95 0.39
Hex C4 5 AA 0 61 D 17 134 5F 27
Octal 304 5 252 0 141 15 27 464 137 47
Binary 11000100 101 10101010 0 1100001 1101 10111 100110100 1011111 100111

Color Harmonies of #C405AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405AA

Black with #C405AA

Text Example


Text Example

White with #C405AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405AA; }

 p { color: rgb(196,5,170); }

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

background-color css

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

 a { background-color: rgb(196,5,170); }

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

border-color css

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

 span { border-color: rgb(196,5,170); }

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