Html Css Color HEX #C41CBD Deep Magenta

📋 copy color: '#C41CBD'

red 196 ◦ green 28 ◦ blue 189

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

Shades of Deep Magenta #C41CBD

Tints of Deep Magenta #C41CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 47.46%
G = 6.78%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C41CBD (or 0xC41CBD) is known color: Deep Magenta. HEX triplet: C4, 1C and BD. RGB value is (196,28,189). Sum of RGB (Red+Green+Blue) = 196+28+189=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CBD is #3BE342. Grayscale: #606060. Windows color (decimal): -3924803 or 12393668. OLE color: 12393668.

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

Color convert

RGB 196 28 189 -
CMYK 0 0.86 0.04 0.23
HSL 302.5º 0.75% 0.44% -
HSV(B) 302.5º 0.86% 0.77% -
XYZ 32.37 16.24 49.57 -
YUV 96.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 196 28 189 0 0.86 0.04 0.23 302.5 0.75 0.44
Hex C4 1C BD 0 56 4 17 12E 4B 2C
Octal 304 34 275 0 126 4 27 456 113 54
Binary 11000100 11100 10111101 0 1010110 100 10111 100101110 1001011 101100

Color Harmonies of #C41CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CBD

Black with #C41CBD

Text Example


Text Example

White with #C41CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CBD; }

 p { color: rgb(196,28,189); }

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

background-color css

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

 a { background-color: rgb(196,28,189); }

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

border-color css

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

 span { border-color: rgb(196,28,189); }

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