Html Css Color HEX #C41BCD Deep Magenta

📋 copy color: '#C41BCD'

red 196 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #C41BCD

Tints of Deep Magenta #C41BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 45.79%
G = 6.31%
B = 47.9%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41BCD (or 0xC41BCD) is known color: Deep Magenta. HEX triplet: C4, 1B and CD. RGB value is (196,27,205). Sum of RGB (Red+Green+Blue) = 196+27+205=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C41BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BCD is #3BE432. Grayscale: #616161. Windows color (decimal): -3925043 or 13441988. OLE color: 13441988.

HSL color Cylindrical-coordinate representation of color #C41BCD: hue angle of 296.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41BCD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 27 205 -
CMYK 0.04 0.87 0 0.20
HSL 296.97º 0.77% 0.45% -
HSV(B) 296.97º 0.87% 0.8% -
XYZ 34.18 16.93 59.22 -
YUV 97.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 196 27 205 0.04 0.87 0 0.20 296.97 0.77 0.45
Hex C4 1B CD 4 57 0 14 129 4D 2D
Octal 304 33 315 4 127 0 24 451 115 55
Binary 11000100 11011 11001101 100 1010111 0 10100 100101001 1001101 101101

Color Harmonies of #C41BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BCD

Black with #C41BCD

Text Example


Text Example

White with #C41BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BCD; }

 p { color: rgb(196,27,205); }

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

background-color css

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

 a { background-color: rgb(196,27,205); }

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

border-color css

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

 span { border-color: rgb(196,27,205); }

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