Html Css Color HEX #C309AF Deep Magenta

📋 copy color: '#C309AF'

red 195 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #C309AF

Tints of Deep Magenta #C309AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 51.45%
G = 2.37%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C309AF (or 0xC309AF) is known color: Deep Magenta. HEX triplet: C3, 09 and AF. RGB value is (195,9,175). Sum of RGB (Red+Green+Blue) = 195+9+175=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C309AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C309AF is #3CF650. Grayscale: #535353. Windows color (decimal): -3995217 or 11471299. OLE color: 11471299.

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

Color convert

RGB 195 9 175 -
CMYK 0 0.95 0.10 0.24
HSL 306.45º 0.91% 0.4% -
HSV(B) 306.45º 0.95% 0.76% -
XYZ 30.34 14.89 41.83 -
YUV 83.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 195 9 175 0 0.95 0.10 0.24 306.45 0.91 0.4
Hex C3 9 AF 0 5F A 18 132 5B 28
Octal 303 11 257 0 137 12 30 462 133 50
Binary 11000011 1001 10101111 0 1011111 1010 11000 100110010 1011011 101000

Color Harmonies of #C309AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309AF

Black with #C309AF

Text Example


Text Example

White with #C309AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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