Html Css Color HEX #C41FCF Deep Magenta

📋 copy color: '#C41FCF'

red 196 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #C41FCF

Tints of Deep Magenta #C41FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

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

R = 45.16%
G = 7.14%
B = 47.7%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C41FCF (or 0xC41FCF) is known color: Deep Magenta. HEX triplet: C4, 1F and CF. RGB value is (196,31,207). Sum of RGB (Red+Green+Blue) = 196+31+207=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FCF is #3BE030. Grayscale: #636363. Windows color (decimal): -3924017 or 13574084. OLE color: 13574084.

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

Color convert

RGB 196 31 207 -
CMYK 0.05 0.85 0 0.19
HSL 296.25º 0.74% 0.47% -
HSV(B) 296.25º 0.85% 0.81% -
XYZ 34.52 17.22 60.54 -
YUV 100.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 196 31 207 0.05 0.85 0 0.19 296.25 0.74 0.47
Hex C4 1F CF 5 55 0 13 128 4A 2F
Octal 304 37 317 5 125 0 23 450 112 57
Binary 11000100 11111 11001111 101 1010101 0 10011 100101000 1001010 101111

Color Harmonies of #C41FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FCF

Black with #C41FCF

Text Example


Text Example

White with #C41FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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