Html Css Color HEX #C301AD Deep Magenta

📋 copy color: '#C301AD'

red 195 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #C301AD

Tints of Deep Magenta #C301AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 52.85%
G = 0.27%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C301AD (or 0xC301AD) is known color: Deep Magenta. HEX triplet: C3, 01 and AD. RGB value is (195,1,173). Sum of RGB (Red+Green+Blue) = 195+1+173=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C301AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C301AD is #3CFE52. Grayscale: #4E4E4E. Windows color (decimal): -3997267 or 11338179. OLE color: 11338179.

HSL color Cylindrical-coordinate representation of color #C301AD: hue angle of 306.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C301AD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 173 -
CMYK 0 0.99 0.11 0.24
HSL 306.8º 0.99% 0.38% -
HSV(B) 306.8º 0.99% 0.76% -
XYZ 30.06 14.64 40.78 -
YUV 78.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 195 1 173 0 0.99 0.11 0.24 306.8 0.99 0.38
Hex C3 1 AD 0 63 B 18 133 63 26
Octal 303 1 255 0 143 13 30 463 143 46
Binary 11000011 1 10101101 0 1100011 1011 11000 100110011 1100011 100110

Color Harmonies of #C301AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301AD

Black with #C301AD

Text Example


Text Example

White with #C301AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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