Html Css Color HEX #C41BC0 Deep Magenta

📋 copy color: '#C41BC0'

red 196 ◦ green 27 ◦ blue 192

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

Shades of Deep Magenta #C41BC0

Tints of Deep Magenta #C41BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 47.23%
G = 6.51%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C41BC0 (or 0xC41BC0) is known color: Deep Magenta. HEX triplet: C4, 1B and C0. RGB value is (196,27,192). Sum of RGB (Red+Green+Blue) = 196+27+192=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BC0 is #3BE43F. Grayscale: #5F5F5F. Windows color (decimal): -3925056 or 12590020. OLE color: 12590020.

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

Color convert

RGB 196 27 192 -
CMYK 0 0.86 0.02 0.23
HSL 301.42º 0.76% 0.44% -
HSV(B) 301.42º 0.86% 0.77% -
XYZ 32.67 16.33 51.3 -
YUV 96.34 181.99 199.08 -
System Red Green Blue C M Y K H S L
Decimal 196 27 192 0 0.86 0.02 0.23 301.42 0.76 0.44
Hex C4 1B C0 0 56 2 17 12D 4C 2C
Octal 304 33 300 0 126 2 27 455 114 54
Binary 11000100 11011 11000000 0 1010110 10 10111 100101101 1001100 101100

Color Harmonies of #C41BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BC0

Black with #C41BC0

Text Example


Text Example

White with #C41BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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