Html Css Color HEX #C309AD Deep Magenta

📋 copy color: '#C309AD'

red 195 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #C309AD

Tints of Deep Magenta #C309AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 51.72%
G = 2.39%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C309AD (or 0xC309AD) is known color: Deep Magenta. HEX triplet: C3, 09 and AD. RGB value is (195,9,173). Sum of RGB (Red+Green+Blue) = 195+9+173=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AD is #3CF652. Grayscale: #525252. Windows color (decimal): -3995219 or 11340227. OLE color: 11340227.

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

Color convert

RGB 195 9 173 -
CMYK 0 0.95 0.11 0.24
HSL 307.1º 0.91% 0.4% -
HSV(B) 307.1º 0.95% 0.76% -
XYZ 30.15 14.81 40.81 -
YUV 83.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 195 9 173 0 0.95 0.11 0.24 307.1 0.91 0.4
Hex C3 9 AD 0 5F B 18 133 5B 28
Octal 303 11 255 0 137 13 30 463 133 50
Binary 11000011 1001 10101101 0 1011111 1011 11000 100110011 1011011 101000

Color Harmonies of #C309AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309AD

Black with #C309AD

Text Example


Text Example

White with #C309AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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