Html Css Color HEX #C41BB9 Deep Magenta

📋 copy color: '#C41BB9'

red 196 ◦ green 27 ◦ blue 185

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

Shades of Deep Magenta #C41BB9

Tints of Deep Magenta #C41BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 48.04%
G = 6.62%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C41BB9 (or 0xC41BB9) is known color: Deep Magenta. HEX triplet: C4, 1B and B9. RGB value is (196,27,185). Sum of RGB (Red+Green+Blue) = 196+27+185=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BB9 is #3BE446. Grayscale: #5F5F5F. Windows color (decimal): -3925063 or 12131268. OLE color: 12131268.

HSL color Cylindrical-coordinate representation of color #C41BB9: hue angle of 303.91º degrees, saturation: 0.76, 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 #C41BB9 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 185 -
CMYK 0 0.86 0.06 0.23
HSL 303.91º 0.76% 0.44% -
HSV(B) 303.91º 0.86% 0.77% -
XYZ 31.91 16.02 47.31 -
YUV 95.54 178.49 199.65 -
System Red Green Blue C M Y K H S L
Decimal 196 27 185 0 0.86 0.06 0.23 303.91 0.76 0.44
Hex C4 1B B9 0 56 6 17 130 4C 2C
Octal 304 33 271 0 126 6 27 460 114 54
Binary 11000100 11011 10111001 0 1010110 110 10111 100110000 1001100 101100

Color Harmonies of #C41BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BB9

Black with #C41BB9

Text Example


Text Example

White with #C41BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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