Html Css Color HEX #C405BD Deep Magenta

📋 copy color: '#C405BD'

red 196 ◦ green 5 ◦ blue 189

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

Shades of Deep Magenta #C405BD

Tints of Deep Magenta #C405BD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 50.26%
G = 1.28%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C405BD (or 0xC405BD) is known color: Deep Magenta. HEX triplet: C4, 05 and BD. RGB value is (196,5,189). Sum of RGB (Red+Green+Blue) = 196+5+189=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C405BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405BD is #3BFA42. Grayscale: #525252. Windows color (decimal): -3930691 or 12387780. OLE color: 12387780.

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

Color convert

RGB 196 5 189 -
CMYK 0 0.97 0.04 0.23
HSL 302.2º 0.95% 0.39% -
HSV(B) 302.2º 0.97% 0.77% -
XYZ 32 15.52 49.45 -
YUV 83.09 187.78 208.54 -
System Red Green Blue C M Y K H S L
Decimal 196 5 189 0 0.97 0.04 0.23 302.2 0.95 0.39
Hex C4 5 BD 0 61 4 17 12E 5F 27
Octal 304 5 275 0 141 4 27 456 137 47
Binary 11000100 101 10111101 0 1100001 100 10111 100101110 1011111 100111

Color Harmonies of #C405BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405BD

Black with #C405BD

Text Example


Text Example

White with #C405BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405BD; }

 p { color: rgb(196,5,189); }

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

background-color css

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

 a { background-color: rgb(196,5,189); }

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

border-color css

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

 span { border-color: rgb(196,5,189); }

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