Html Css Color HEX #C411CB Deep Magenta

📋 copy color: '#C411CB'

red 196 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #C411CB

Tints of Deep Magenta #C411CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.09%

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

R = 47.12%
G = 4.09%
B = 48.8%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C411CB (or 0xC411CB) is known color: Deep Magenta. HEX triplet: C4, 11 and CB. RGB value is (196,17,203). Sum of RGB (Red+Green+Blue) = 196+17+203=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C411CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411CB is #3BEE34. Grayscale: #5B5B5B. Windows color (decimal): -3927605 or 13308356. OLE color: 13308356.

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

Color convert

RGB 196 17 203 -
CMYK 0.03 0.92 0 0.20
HSL 297.74º 0.85% 0.43% -
HSV(B) 297.74º 0.92% 0.8% -
XYZ 33.74 16.45 57.9 -
YUV 91.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 196 17 203 0.03 0.92 0 0.20 297.74 0.85 0.43
Hex C4 11 CB 3 5C 0 14 12A 55 2B
Octal 304 21 313 3 134 0 24 452 125 53
Binary 11000100 10001 11001011 11 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C411CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411CB

Black with #C411CB

Text Example


Text Example

White with #C411CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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