Html Css Color HEX #C41CCD Deep Magenta

📋 copy color: '#C41CCD'

red 196 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #C41CCD

Tints of Deep Magenta #C41CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 45.69%
G = 6.53%
B = 47.79%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41CCD (or 0xC41CCD) is known color: Deep Magenta. HEX triplet: C4, 1C and CD. RGB value is (196,28,205). Sum of RGB (Red+Green+Blue) = 196+28+205=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C41CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CCD is #3BE332. Grayscale: #616161. Windows color (decimal): -3924787 or 13442244. OLE color: 13442244.

HSL color Cylindrical-coordinate representation of color #C41CCD: hue angle of 296.95º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41CCD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 28 205 -
CMYK 0.04 0.86 0 0.20
HSL 296.95º 0.76% 0.46% -
HSV(B) 296.95º 0.86% 0.8% -
XYZ 34.2 16.97 59.23 -
YUV 98.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 196 28 205 0.04 0.86 0 0.20 296.95 0.76 0.46
Hex C4 1C CD 4 56 0 14 129 4C 2E
Octal 304 34 315 4 126 0 24 451 114 56
Binary 11000100 11100 11001101 100 1010110 0 10100 100101001 1001100 101110

Color Harmonies of #C41CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CCD

Black with #C41CCD

Text Example


Text Example

White with #C41CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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