Html Css Color HEX #C415BF Deep Magenta

📋 copy color: '#C415BF'

red 196 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #C415BF

Tints of Deep Magenta #C415BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 48.04%
G = 5.15%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C415BF (or 0xC415BF) is known color: Deep Magenta. HEX triplet: C4, 15 and BF. RGB value is (196,21,191). Sum of RGB (Red+Green+Blue) = 196+21+191=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C415BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415BF is #3BEA40. Grayscale: #5C5C5C. Windows color (decimal): -3926593 or 12522948. OLE color: 12522948.

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

Color convert

RGB 196 21 191 -
CMYK 0 0.89 0.03 0.23
HSL 301.71º 0.81% 0.43% -
HSV(B) 301.71º 0.89% 0.77% -
XYZ 32.44 16.03 50.68 -
YUV 92.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 196 21 191 0 0.89 0.03 0.23 301.71 0.81 0.43
Hex C4 15 BF 0 59 3 17 12E 51 2B
Octal 304 25 277 0 131 3 27 456 121 53
Binary 11000100 10101 10111111 0 1011001 11 10111 100101110 1010001 101011

Color Harmonies of #C415BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415BF

Black with #C415BF

Text Example


Text Example

White with #C415BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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