Html Css Color HEX #C415BA Deep Magenta

📋 copy color: '#C415BA'

red 196 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #C415BA

Tints of Deep Magenta #C415BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 48.64%
G = 5.21%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C415BA (or 0xC415BA) is known color: Deep Magenta. HEX triplet: C4, 15 and BA. RGB value is (196,21,186). Sum of RGB (Red+Green+Blue) = 196+21+186=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C415BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415BA is #3BEA45. Grayscale: #5B5B5B. Windows color (decimal): -3926598 or 12195268. OLE color: 12195268.

HSL color Cylindrical-coordinate representation of color #C415BA: hue angle of 303.43º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C415BA is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 186 -
CMYK 0 0.89 0.05 0.23
HSL 303.43º 0.81% 0.43% -
HSV(B) 303.43º 0.89% 0.77% -
XYZ 31.9 15.82 47.83 -
YUV 92.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 196 21 186 0 0.89 0.05 0.23 303.43 0.81 0.43
Hex C4 15 BA 0 59 5 17 12F 51 2B
Octal 304 25 272 0 131 5 27 457 121 53
Binary 11000100 10101 10111010 0 1011001 101 10111 100101111 1010001 101011

Color Harmonies of #C415BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415BA

Black with #C415BA

Text Example


Text Example

White with #C415BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415BA; }

 p { color: rgb(196,21,186); }

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

background-color css

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

 a { background-color: rgb(196,21,186); }

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

border-color css

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

 span { border-color: rgb(196,21,186); }

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