Html Css Color HEX #C409B4 Deep Magenta

📋 copy color: '#C409B4'

red 196 ◦ green 9 ◦ blue 180

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

Shades of Deep Magenta #C409B4

Tints of Deep Magenta #C409B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 50.91%
G = 2.34%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C409B4 (or 0xC409B4) is known color: Deep Magenta. HEX triplet: C4, 09 and B4. RGB value is (196,9,180). Sum of RGB (Red+Green+Blue) = 196+9+180=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C409B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409B4 is #3BF64B. Grayscale: #535353. Windows color (decimal): -3929676 or 11798980. OLE color: 11798980.

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

Color convert

RGB 196 9 180 -
CMYK 0 0.95 0.08 0.23
HSL 305.13º 0.91% 0.4% -
HSV(B) 305.13º 0.95% 0.77% -
XYZ 31.1 15.23 44.48 -
YUV 84.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 196 9 180 0 0.95 0.08 0.23 305.13 0.91 0.4
Hex C4 9 B4 0 5F 8 17 131 5B 28
Octal 304 11 264 0 137 10 27 461 133 50
Binary 11000100 1001 10110100 0 1011111 1000 10111 100110001 1011011 101000

Color Harmonies of #C409B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409B4

Black with #C409B4

Text Example


Text Example

White with #C409B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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