Html Css Color HEX #C105AA Deep Magenta

📋 copy color: '#C105AA'

red 193 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #C105AA

Tints of Deep Magenta #C105AA

RGB

 RED value IS 193 (75.78% from 255) = 52.45%

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

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

R = 52.45%
G = 1.36%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C105AA (or 0xC105AA) is known color: Deep Magenta. HEX triplet: C1, 05 and AA. RGB value is (193,5,170). Sum of RGB (Red+Green+Blue) = 193+5+170=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C105AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C105AA is #3EFA55. Grayscale: #4F4F4F. Windows color (decimal): -4127318 or 11142593. OLE color: 11142593.

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

Color convert

RGB 193 5 170 -
CMYK 0 0.97 0.12 0.24
HSL 307.34º 0.95% 0.39% -
HSV(B) 307.34º 0.97% 0.76% -
XYZ 29.3 14.35 39.26 -
YUV 80.02 178.78 208.58 -
System Red Green Blue C M Y K H S L
Decimal 193 5 170 0 0.97 0.12 0.24 307.34 0.95 0.39
Hex C1 5 AA 0 61 C 18 133 5F 27
Octal 301 5 252 0 141 14 30 463 137 47
Binary 11000001 101 10101010 0 1100001 1100 11000 100110011 1011111 100111

Color Harmonies of #C105AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105AA

Black with #C105AA

Text Example


Text Example

White with #C105AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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