Html Css Color HEX #C405BC Deep Magenta

📋 copy color: '#C405BC'

red 196 ◦ green 5 ◦ blue 188

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

Shades of Deep Magenta #C405BC

Tints of Deep Magenta #C405BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 50.39%
G = 1.29%
B = 48.33%

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

#C405BC (or 0xC405BC) is known color: Deep Magenta. HEX triplet: C4, 05 and BC. RGB value is (196,5,188). Sum of RGB (Red+Green+Blue) = 196+5+188=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C405BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405BC is #3BFA43. Grayscale: #525252. Windows color (decimal): -3930692 or 12322244. OLE color: 12322244.

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

Color convert

RGB 196 5 188 -
CMYK 0 0.97 0.04 0.23
HSL 302.51º 0.95% 0.39% -
HSV(B) 302.51º 0.97% 0.77% -
XYZ 31.9 15.48 48.88 -
YUV 82.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 196 5 188 0 0.97 0.04 0.23 302.51 0.95 0.39
Hex C4 5 BC 0 61 4 17 12F 5F 27
Octal 304 5 274 0 141 4 27 457 137 47
Binary 11000100 101 10111100 0 1100001 100 10111 100101111 1011111 100111

Color Harmonies of #C405BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405BC

Black with #C405BC

Text Example


Text Example

White with #C405BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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