Html Css Color HEX #C41FBE Deep Magenta

📋 copy color: '#C41FBE'

red 196 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #C41FBE

Tints of Deep Magenta #C41FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 47%
G = 7.43%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C41FBE (or 0xC41FBE) is known color: Deep Magenta. HEX triplet: C4, 1F and BE. RGB value is (196,31,190). Sum of RGB (Red+Green+Blue) = 196+31+190=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FBE is #3BE041. Grayscale: #616161. Windows color (decimal): -3924034 or 12459972. OLE color: 12459972.

HSL color Cylindrical-coordinate representation of color #C41FBE: hue angle of 302.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41FBE is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 31 190 -
CMYK 0 0.84 0.03 0.23
HSL 302.18º 0.73% 0.45% -
HSV(B) 302.18º 0.84% 0.77% -
XYZ 32.55 16.43 50.17 -
YUV 98.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 196 31 190 0 0.84 0.03 0.23 302.18 0.73 0.45
Hex C4 1F BE 0 54 3 17 12E 49 2D
Octal 304 37 276 0 124 3 27 456 111 55
Binary 11000100 11111 10111110 0 1010100 11 10111 100101110 1001001 101101

Color Harmonies of #C41FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FBE

Black with #C41FBE

Text Example


Text Example

White with #C41FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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