Html Css Color HEX #C41BAF Deep Magenta

📋 copy color: '#C41BAF'

red 196 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #C41BAF

Tints of Deep Magenta #C41BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 49.25%
G = 6.78%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C41BAF (or 0xC41BAF) is known color: Deep Magenta. HEX triplet: C4, 1B and AF. RGB value is (196,27,175). Sum of RGB (Red+Green+Blue) = 196+27+175=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BAF is #3BE450. Grayscale: #5D5D5D. Windows color (decimal): -3925073 or 11475908. OLE color: 11475908.

HSL color Cylindrical-coordinate representation of color #C41BAF: hue angle of 307.46º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41BAF is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 175 -
CMYK 0 0.86 0.11 0.23
HSL 307.46º 0.76% 0.44% -
HSV(B) 307.46º 0.86% 0.77% -
XYZ 30.89 15.61 41.94 -
YUV 94.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 196 27 175 0 0.86 0.11 0.23 307.46 0.76 0.44
Hex C4 1B AF 0 56 B 17 133 4C 2C
Octal 304 33 257 0 126 13 27 463 114 54
Binary 11000100 11011 10101111 0 1010110 1011 10111 100110011 1001100 101100

Color Harmonies of #C41BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BAF

Black with #C41BAF

Text Example


Text Example

White with #C41BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BAF; }

 p { color: rgb(196,27,175); }

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

background-color css

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

 a { background-color: rgb(196,27,175); }

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

border-color css

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

 span { border-color: rgb(196,27,175); }

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