Html Css Color HEX #C415AB Deep Magenta

📋 copy color: '#C415AB'

red 196 ◦ green 21 ◦ blue 171

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

Shades of Deep Magenta #C415AB

Tints of Deep Magenta #C415AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

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

R = 50.52%
G = 5.41%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C415AB (or 0xC415AB) is known color: Deep Magenta. HEX triplet: C4, 15 and AB. RGB value is (196,21,171). Sum of RGB (Red+Green+Blue) = 196+21+171=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C415AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C415AB is #3BEA54. Grayscale: #5A5A5A. Windows color (decimal): -3926613 or 11212228. OLE color: 11212228.

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

Color convert

RGB 196 21 171 -
CMYK 0 0.89 0.13 0.23
HSL 308.57º 0.81% 0.43% -
HSV(B) 308.57º 0.89% 0.77% -
XYZ 30.38 15.21 39.86 -
YUV 90.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 196 21 171 0 0.89 0.13 0.23 308.57 0.81 0.43
Hex C4 15 AB 0 59 D 17 135 51 2B
Octal 304 25 253 0 131 15 27 465 121 53
Binary 11000100 10101 10101011 0 1011001 1101 10111 100110101 1010001 101011

Color Harmonies of #C415AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415AB

Black with #C415AB

Text Example


Text Example

White with #C415AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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