Html Css Color HEX #C310AD Deep Magenta

📋 copy color: '#C310AD'

red 195 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #C310AD

Tints of Deep Magenta #C310AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 50.78%
G = 4.17%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C310AD (or 0xC310AD) is known color: Deep Magenta. HEX triplet: C3, 10 and AD. RGB value is (195,16,173). Sum of RGB (Red+Green+Blue) = 195+16+173=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C310AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310AD is #3CEF52. Grayscale: #565656. Windows color (decimal): -3993427 or 11342019. OLE color: 11342019.

HSL color Cylindrical-coordinate representation of color #C310AD: hue angle of 307.37º 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 #C310AD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 173 -
CMYK 0 0.92 0.11 0.24
HSL 307.37º 0.85% 0.41% -
HSV(B) 307.37º 0.92% 0.76% -
XYZ 30.23 14.99 40.83 -
YUV 87.42 176.3 204.73 -
System Red Green Blue C M Y K H S L
Decimal 195 16 173 0 0.92 0.11 0.24 307.37 0.85 0.41
Hex C3 10 AD 0 5C B 18 133 55 29
Octal 303 20 255 0 134 13 30 463 125 51
Binary 11000011 10000 10101101 0 1011100 1011 11000 100110011 1010101 101001

Color Harmonies of #C310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310AD

Black with #C310AD

Text Example


Text Example

White with #C310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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