Html Css Color HEX #C41BC5 Deep Magenta

📋 copy color: '#C41BC5'

red 196 ◦ green 27 ◦ blue 197

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

Shades of Deep Magenta #C41BC5

Tints of Deep Magenta #C41BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.9%

R = 46.67%
G = 6.43%
B = 46.9%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C41BC5 (or 0xC41BC5) is known color: Deep Magenta. HEX triplet: C4, 1B and C5. RGB value is (196,27,197). Sum of RGB (Red+Green+Blue) = 196+27+197=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #C41BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BC5 is #3BE43A. Grayscale: #606060. Windows color (decimal): -3925051 or 12917700. OLE color: 12917700.

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

Color convert

RGB 196 27 197 -
CMYK 0.01 0.86 0 0.23
HSL 299.65º 0.76% 0.44% -
HSV(B) 299.65º 0.86% 0.77% -
XYZ 33.23 16.55 54.27 -
YUV 96.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 196 27 197 0.01 0.86 0 0.23 299.65 0.76 0.44
Hex C4 1B C5 1 56 0 17 12C 4C 2C
Octal 304 33 305 1 126 0 27 454 114 54
Binary 11000100 11011 11000101 1 1010110 0 10111 100101100 1001100 101100

Color Harmonies of #C41BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BC5

Black with #C41BC5

Text Example


Text Example

White with #C41BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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