Html Css Color HEX #C310AA Deep Magenta

📋 copy color: '#C310AA'

red 195 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #C310AA

Tints of Deep Magenta #C310AA

RGB

 RED value IS 195 (76.56% from 255) = 51.18%

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 51.18%
G = 4.2%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C310AA (or 0xC310AA) is known color: Deep Magenta. HEX triplet: C3, 10 and AA. RGB value is (195,16,170). Sum of RGB (Red+Green+Blue) = 195+16+170=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C310AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310AA is #3CEF55. Grayscale: #565656. Windows color (decimal): -3993430 or 11145411. OLE color: 11145411.

HSL color Cylindrical-coordinate representation of color #C310AA: hue angle of 308.38º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310AA is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 170 -
CMYK 0 0.92 0.13 0.24
HSL 308.38º 0.85% 0.41% -
HSV(B) 308.38º 0.92% 0.76% -
XYZ 29.95 14.87 39.32 -
YUV 87.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 195 16 170 0 0.92 0.13 0.24 308.38 0.85 0.41
Hex C3 10 AA 0 5C D 18 134 55 29
Octal 303 20 252 0 134 15 30 464 125 51
Binary 11000011 10000 10101010 0 1011100 1101 11000 100110100 1010101 101001

Color Harmonies of #C310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310AA

Black with #C310AA

Text Example


Text Example

White with #C310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310AA; }

 p { color: rgb(195,16,170); }

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

background-color css

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

 a { background-color: rgb(195,16,170); }

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

border-color css

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

 span { border-color: rgb(195,16,170); }

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