Html Css Color HEX #C41BCE Deep Magenta

📋 copy color: '#C41BCE'

red 196 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #C41BCE

Tints of Deep Magenta #C41BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 45.69%
G = 6.29%
B = 48.02%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C41BCE (or 0xC41BCE) is known color: Deep Magenta. HEX triplet: C4, 1B and CE. RGB value is (196,27,206). Sum of RGB (Red+Green+Blue) = 196+27+206=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C41BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BCE is #3BE431. Grayscale: #616161. Windows color (decimal): -3925042 or 13507524. OLE color: 13507524.

HSL color Cylindrical-coordinate representation of color #C41BCE: hue angle of 296.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41BCE is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 27 206 -
CMYK 0.05 0.87 0 0.19
HSL 296.65º 0.77% 0.46% -
HSV(B) 296.65º 0.87% 0.81% -
XYZ 34.3 16.98 59.86 -
YUV 97.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 196 27 206 0.05 0.87 0 0.19 296.65 0.77 0.46
Hex C4 1B CE 5 57 0 13 129 4D 2E
Octal 304 33 316 5 127 0 23 451 115 56
Binary 11000100 11011 11001110 101 1010111 0 10011 100101001 1001101 101110

Color Harmonies of #C41BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BCE

Black with #C41BCE

Text Example


Text Example

White with #C41BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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