Html Css Color HEX #C41BC6 Deep Magenta

📋 copy color: '#C41BC6'

red 196 ◦ green 27 ◦ blue 198

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

Shades of Deep Magenta #C41BC6

Tints of Deep Magenta #C41BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.03%

R = 46.56%
G = 6.41%
B = 47.03%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C41BC6 (or 0xC41BC6) is known color: Deep Magenta. HEX triplet: C4, 1B and C6. RGB value is (196,27,198). Sum of RGB (Red+Green+Blue) = 196+27+198=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #C41BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BC6 is #3BE439. Grayscale: #606060. Windows color (decimal): -3925050 or 12983236. OLE color: 12983236.

HSL color Cylindrical-coordinate representation of color #C41BC6: hue angle of 299.3º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41BC6 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 27 198 -
CMYK 0.01 0.86 0 0.22
HSL 299.3º 0.76% 0.44% -
HSV(B) 299.3º 0.86% 0.78% -
XYZ 33.35 16.6 54.87 -
YUV 97.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 196 27 198 0.01 0.86 0 0.22 299.3 0.76 0.44
Hex C4 1B C6 1 56 0 16 12B 4C 2C
Octal 304 33 306 1 126 0 26 453 114 54
Binary 11000100 11011 11000110 1 1010110 0 10110 100101011 1001100 101100

Color Harmonies of #C41BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BC6

Black with #C41BC6

Text Example


Text Example

White with #C41BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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