Html Css Color HEX #C405AB Deep Magenta

📋 copy color: '#C405AB'

red 196 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C405AB

Tints of Deep Magenta #C405AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 52.69%
G = 1.34%
B = 45.97%

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

#C405AB (or 0xC405AB) is known color: Deep Magenta. HEX triplet: C4, 05 and AB. RGB value is (196,5,171). Sum of RGB (Red+Green+Blue) = 196+5+171=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C405AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405AB is #3BFA54. Grayscale: #505050. Windows color (decimal): -3930709 or 11208132. OLE color: 11208132.

HSL color Cylindrical-coordinate representation of color #C405AB: hue angle of 307.85º 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 #C405AB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 171 -
CMYK 0 0.97 0.13 0.23
HSL 307.85º 0.95% 0.39% -
HSV(B) 307.85º 0.97% 0.77% -
XYZ 30.17 14.78 39.79 -
YUV 81.03 178.78 210 -
System Red Green Blue C M Y K H S L
Decimal 196 5 171 0 0.97 0.13 0.23 307.85 0.95 0.39
Hex C4 5 AB 0 61 D 17 134 5F 27
Octal 304 5 253 0 141 15 27 464 137 47
Binary 11000100 101 10101011 0 1100001 1101 10111 100110100 1011111 100111

Color Harmonies of #C405AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405AB

Black with #C405AB

Text Example


Text Example

White with #C405AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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