Html Css Color HEX #C309AC Deep Magenta

📋 copy color: '#C309AC'

red 195 ◦ green 9 ◦ blue 172

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

Shades of Deep Magenta #C309AC

Tints of Deep Magenta #C309AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 51.86%
G = 2.39%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C309AC (or 0xC309AC) is known color: Deep Magenta. HEX triplet: C3, 09 and AC. RGB value is (195,9,172). Sum of RGB (Red+Green+Blue) = 195+9+172=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AC is #3CF653. Grayscale: #525252. Windows color (decimal): -3995220 or 11274691. OLE color: 11274691.

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

Color convert

RGB 195 9 172 -
CMYK 0 0.95 0.12 0.24
HSL 307.42º 0.91% 0.4% -
HSV(B) 307.42º 0.95% 0.76% -
XYZ 30.05 14.78 40.3 -
YUV 83.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 195 9 172 0 0.95 0.12 0.24 307.42 0.91 0.4
Hex C3 9 AC 0 5F C 18 133 5B 28
Octal 303 11 254 0 137 14 30 463 133 50
Binary 11000011 1001 10101100 0 1011111 1100 11000 100110011 1011011 101000

Color Harmonies of #C309AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309AC

Black with #C309AC

Text Example


Text Example

White with #C309AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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