Html Css Color HEX #C41CB0 Deep Magenta

📋 copy color: '#C41CB0'

red 196 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #C41CB0

Tints of Deep Magenta #C41CB0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

 BLUE value IS 176 (69.14% from 255) = 44%

R = 49%
G = 7%
B = 44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C41CB0 (or 0xC41CB0) is known color: Deep Magenta. HEX triplet: C4, 1C and B0. RGB value is (196,28,176). Sum of RGB (Red+Green+Blue) = 196+28+176=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CB0 is #3BE34F. Grayscale: #5E5E5E. Windows color (decimal): -3924816 or 11541700. OLE color: 11541700.

HSL color Cylindrical-coordinate representation of color #C41CB0: hue angle of 307.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41CB0 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 176 -
CMYK 0 0.86 0.10 0.23
HSL 307.14º 0.75% 0.44% -
HSV(B) 307.14º 0.86% 0.77% -
XYZ 31.02 15.7 42.47 -
YUV 95.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 196 28 176 0 0.86 0.10 0.23 307.14 0.75 0.44
Hex C4 1C B0 0 56 A 17 133 4B 2C
Octal 304 34 260 0 126 12 27 463 113 54
Binary 11000100 11100 10110000 0 1010110 1010 10111 100110011 1001011 101100

Color Harmonies of #C41CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CB0

Black with #C41CB0

Text Example


Text Example

White with #C41CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CB0; }

 p { color: rgb(196,28,176); }

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

background-color css

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

 a { background-color: rgb(196,28,176); }

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

border-color css

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

 span { border-color: rgb(196,28,176); }

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