Html Css Color HEX #C41BBD Deep Magenta

📋 copy color: '#C41BBD'

red 196 ◦ green 27 ◦ blue 189

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

Shades of Deep Magenta #C41BBD

Tints of Deep Magenta #C41BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 47.57%
G = 6.55%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C41BBD (or 0xC41BBD) is known color: Deep Magenta. HEX triplet: C4, 1B and BD. RGB value is (196,27,189). Sum of RGB (Red+Green+Blue) = 196+27+189=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41BBD is #3BE442. Grayscale: #5F5F5F. Windows color (decimal): -3925059 or 12393412. OLE color: 12393412.

HSL color Cylindrical-coordinate representation of color #C41BBD: hue angle of 302.49º 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 #C41BBD is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 189 -
CMYK 0 0.86 0.04 0.23
HSL 302.49º 0.76% 0.44% -
HSV(B) 302.49º 0.86% 0.77% -
XYZ 32.34 16.19 49.57 -
YUV 96 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 196 27 189 0 0.86 0.04 0.23 302.49 0.76 0.44
Hex C4 1B BD 0 56 4 17 12E 4C 2C
Octal 304 33 275 0 126 4 27 456 114 54
Binary 11000100 11011 10111101 0 1010110 100 10111 100101110 1001100 101100

Color Harmonies of #C41BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BBD

Black with #C41BBD

Text Example


Text Example

White with #C41BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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