Html Css Color HEX #C415B4 Deep Magenta

📋 copy color: '#C415B4'

red 196 ◦ green 21 ◦ blue 180

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

Shades of Deep Magenta #C415B4

Tints of Deep Magenta #C415B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 49.37%
G = 5.29%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C415B4 (or 0xC415B4) is known color: Deep Magenta. HEX triplet: C4, 15 and B4. RGB value is (196,21,180). Sum of RGB (Red+Green+Blue) = 196+21+180=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C415B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415B4 is #3BEA4B. Grayscale: #5A5A5A. Windows color (decimal): -3926604 or 11802052. OLE color: 11802052.

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

Color convert

RGB 196 21 180 -
CMYK 0 0.89 0.08 0.23
HSL 305.49º 0.81% 0.43% -
HSV(B) 305.49º 0.89% 0.77% -
XYZ 31.27 15.57 44.54 -
YUV 91.45 177.98 202.57 -
System Red Green Blue C M Y K H S L
Decimal 196 21 180 0 0.89 0.08 0.23 305.49 0.81 0.43
Hex C4 15 B4 0 59 8 17 131 51 2B
Octal 304 25 264 0 131 10 27 461 121 53
Binary 11000100 10101 10110100 0 1011001 1000 10111 100110001 1010001 101011

Color Harmonies of #C415B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415B4

Black with #C415B4

Text Example


Text Example

White with #C415B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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