Html Css Color HEX #C505AB Deep Magenta

📋 copy color: '#C505AB'

red 197 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #C505AB

Tints of Deep Magenta #C505AB

RGB

 RED value IS 197 (77.34% from 255) = 52.82%

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

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

R = 52.82%
G = 1.34%
B = 45.84%

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

#C505AB (or 0xC505AB) is known color: Deep Magenta. HEX triplet: C5, 05 and AB. RGB value is (197,5,171). Sum of RGB (Red+Green+Blue) = 197+5+171=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C505AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505AB is #3AFA54. Grayscale: #505050. Windows color (decimal): -3865173 or 11208133. OLE color: 11208133.

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

Color convert

RGB 197 5 171 -
CMYK 0 0.97 0.13 0.23
HSL 308.13º 0.95% 0.4% -
HSV(B) 308.13º 0.97% 0.77% -
XYZ 30.43 14.92 39.8 -
YUV 81.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 197 5 171 0 0.97 0.13 0.23 308.13 0.95 0.4
Hex C5 5 AB 0 61 D 17 134 5F 28
Octal 305 5 253 0 141 15 27 464 137 50
Binary 11000101 101 10101011 0 1100001 1101 10111 100110100 1011111 101000

Color Harmonies of #C505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505AB

Black with #C505AB

Text Example


Text Example

White with #C505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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