Html Css Color HEX #C41CCF Deep Magenta

📋 copy color: '#C41CCF'

red 196 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #C41CCF

Tints of Deep Magenta #C41CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 45.48%
G = 6.5%
B = 48.03%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C41CCF (or 0xC41CCF) is known color: Deep Magenta. HEX triplet: C4, 1C and CF. RGB value is (196,28,207). Sum of RGB (Red+Green+Blue) = 196+28+207=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41CCF is #3BE330. Grayscale: #626262. Windows color (decimal): -3924785 or 13573316. OLE color: 13573316.

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

Color convert

RGB 196 28 207 -
CMYK 0.05 0.86 0 0.19
HSL 296.31º 0.76% 0.46% -
HSV(B) 296.31º 0.86% 0.81% -
XYZ 34.44 17.07 60.51 -
YUV 98.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 196 28 207 0.05 0.86 0 0.19 296.31 0.76 0.46
Hex C4 1C CF 5 56 0 13 128 4C 2E
Octal 304 34 317 5 126 0 23 450 114 56
Binary 11000100 11100 11001111 101 1010110 0 10011 100101000 1001100 101110

Color Harmonies of #C41CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CCF

Black with #C41CCF

Text Example


Text Example

White with #C41CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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