Html Css Color HEX #C41FCB Deep Magenta

📋 copy color: '#C41FCB'

red 196 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #C41FCB

Tints of Deep Magenta #C41FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 45.58%
G = 7.21%
B = 47.21%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C41FCB (or 0xC41FCB) is known color: Deep Magenta. HEX triplet: C4, 1F and CB. RGB value is (196,31,203). Sum of RGB (Red+Green+Blue) = 196+31+203=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #C41FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FCB is #3BE034. Grayscale: #636363. Windows color (decimal): -3924021 or 13311940. OLE color: 13311940.

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

Color convert

RGB 196 31 203 -
CMYK 0.03 0.85 0 0.20
HSL 297.56º 0.74% 0.46% -
HSV(B) 297.56º 0.85% 0.8% -
XYZ 34.03 17.03 57.99 -
YUV 99.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 196 31 203 0.03 0.85 0 0.20 297.56 0.74 0.46
Hex C4 1F CB 3 55 0 14 12A 4A 2E
Octal 304 37 313 3 125 0 24 452 112 56
Binary 11000100 11111 11001011 11 1010101 0 10100 100101010 1001010 101110

Color Harmonies of #C41FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FCB

Black with #C41FCB

Text Example


Text Example

White with #C41FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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