Html Css Color HEX #C41BDF Deep Magenta

📋 copy color: '#C41BDF'

red 196 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #C41BDF

Tints of Deep Magenta #C41BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 43.95%
G = 6.05%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C41BDF (or 0xC41BDF) is known color: Deep Magenta. HEX triplet: C4, 1B and DF. RGB value is (196,27,223). Sum of RGB (Red+Green+Blue) = 196+27+223=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BDF is #3BE420. Grayscale: #636363. Windows color (decimal): -3925025 or 14621636. OLE color: 14621636.

HSL color Cylindrical-coordinate representation of color #C41BDF: hue angle of 291.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41BDF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 27 223 -
CMYK 0.12 0.88 0 0.13
HSL 291.73º 0.78% 0.49% -
HSV(B) 291.73º 0.88% 0.87% -
XYZ 36.48 17.85 71.33 -
YUV 99.88 197.49 196.56 -
System Red Green Blue C M Y K H S L
Decimal 196 27 223 0.12 0.88 0 0.13 291.73 0.78 0.49
Hex C4 1B DF C 58 0 D 124 4E 31
Octal 304 33 337 14 130 0 15 444 116 61
Binary 11000100 11011 11011111 1100 1011000 0 1101 100100100 1001110 110001

Color Harmonies of #C41BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BDF

Black with #C41BDF

Text Example


Text Example

White with #C41BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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