Html Css Color HEX #C41BD1 Deep Magenta

📋 copy color: '#C41BD1'

red 196 ◦ green 27 ◦ blue 209

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

Shades of Deep Magenta #C41BD1

Tints of Deep Magenta #C41BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 45.37%
G = 6.25%
B = 48.38%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C41BD1 (or 0xC41BD1) is known color: Deep Magenta. HEX triplet: C4, 1B and D1. RGB value is (196,27,209). Sum of RGB (Red+Green+Blue) = 196+27+209=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #C41BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BD1 is #3BE42E. Grayscale: #616161. Windows color (decimal): -3925039 or 13704132. OLE color: 13704132.

HSL color Cylindrical-coordinate representation of color #C41BD1: hue angle of 295.71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41BD1 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 27 209 -
CMYK 0.06 0.87 0 0.18
HSL 295.71º 0.77% 0.46% -
HSV(B) 295.71º 0.87% 0.82% -
XYZ 34.67 17.12 61.8 -
YUV 98.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 196 27 209 0.06 0.87 0 0.18 295.71 0.77 0.46
Hex C4 1B D1 6 57 0 12 128 4D 2E
Octal 304 33 321 6 127 0 22 450 115 56
Binary 11000100 11011 11010001 110 1010111 0 10010 100101000 1001101 101110

Color Harmonies of #C41BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BD1

Black with #C41BD1

Text Example


Text Example

White with #C41BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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