Html Css Color HEX #C409BB Deep Magenta

📋 copy color: '#C409BB'

red 196 ◦ green 9 ◦ blue 187

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

Shades of Deep Magenta #C409BB

Tints of Deep Magenta #C409BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 50%
G = 2.3%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C409BB (or 0xC409BB) is known color: Deep Magenta. HEX triplet: C4, 09 and BB. RGB value is (196,9,187). Sum of RGB (Red+Green+Blue) = 196+9+187=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C409BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409BB is #3BF644. Grayscale: #545454. Windows color (decimal): -3929669 or 12257732. OLE color: 12257732.

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

Color convert

RGB 196 9 187 -
CMYK 0 0.95 0.05 0.23
HSL 302.89º 0.91% 0.4% -
HSV(B) 302.89º 0.95% 0.77% -
XYZ 31.83 15.52 48.33 -
YUV 85.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 196 9 187 0 0.95 0.05 0.23 302.89 0.91 0.4
Hex C4 9 BB 0 5F 5 17 12F 5B 28
Octal 304 11 273 0 137 5 27 457 133 50
Binary 11000100 1001 10111011 0 1011111 101 10111 100101111 1011011 101000

Color Harmonies of #C409BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409BB

Black with #C409BB

Text Example


Text Example

White with #C409BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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