Html Css Color HEX #C41BC2 Deep Magenta

📋 copy color: '#C41BC2'

red 196 ◦ green 27 ◦ blue 194

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

Shades of Deep Magenta #C41BC2

Tints of Deep Magenta #C41BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.52%

R = 47%
G = 6.47%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C41BC2 (or 0xC41BC2) is known color: Deep Magenta. HEX triplet: C4, 1B and C2. RGB value is (196,27,194). Sum of RGB (Red+Green+Blue) = 196+27+194=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BC2 is #3BE43D. Grayscale: #606060. Windows color (decimal): -3925054 or 12721092. OLE color: 12721092.

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

Color convert

RGB 196 27 194 -
CMYK 0 0.86 0.01 0.23
HSL 300.71º 0.76% 0.44% -
HSV(B) 300.71º 0.86% 0.77% -
XYZ 32.89 16.41 52.47 -
YUV 96.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 196 27 194 0 0.86 0.01 0.23 300.71 0.76 0.44
Hex C4 1B C2 0 56 1 17 12D 4C 2C
Octal 304 33 302 0 126 1 27 455 114 54
Binary 11000100 11011 11000010 0 1010110 1 10111 100101101 1001100 101100

Color Harmonies of #C41BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BC2

Black with #C41BC2

Text Example


Text Example

White with #C41BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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