Html Css Color HEX #C409AF Deep Magenta

📋 copy color: '#C409AF'

red 196 ◦ green 9 ◦ blue 175

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

Shades of Deep Magenta #C409AF

Tints of Deep Magenta #C409AF

RGB

 RED value IS 196 (76.95% from 255) = 51.58%

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

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

R = 51.58%
G = 2.37%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C409AF (or 0xC409AF) is known color: Deep Magenta. HEX triplet: C4, 09 and AF. RGB value is (196,9,175). Sum of RGB (Red+Green+Blue) = 196+9+175=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C409AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409AF is #3BF650. Grayscale: #535353. Windows color (decimal): -3929681 or 11471300. OLE color: 11471300.

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

Color convert

RGB 196 9 175 -
CMYK 0 0.95 0.11 0.23
HSL 306.74º 0.91% 0.4% -
HSV(B) 306.74º 0.95% 0.77% -
XYZ 30.6 15.03 41.84 -
YUV 83.84 179.45 208 -
System Red Green Blue C M Y K H S L
Decimal 196 9 175 0 0.95 0.11 0.23 306.74 0.91 0.4
Hex C4 9 AF 0 5F B 17 133 5B 28
Octal 304 11 257 0 137 13 27 463 133 50
Binary 11000100 1001 10101111 0 1011111 1011 10111 100110011 1011011 101000

Color Harmonies of #C409AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409AF

Black with #C409AF

Text Example


Text Example

White with #C409AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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