Html Css Color HEX #C410B7 Deep Magenta

📋 copy color: '#C410B7'

red 196 ◦ green 16 ◦ blue 183

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

Shades of Deep Magenta #C410B7

Tints of Deep Magenta #C410B7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.05%

 BLUE value IS 183 (71.88% from 255) = 46.33%

R = 49.62%
G = 4.05%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C410B7 (or 0xC410B7) is known color: Deep Magenta. HEX triplet: C4, 10 and B7. RGB value is (196,16,183). Sum of RGB (Red+Green+Blue) = 196+16+183=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C410B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410B7 is #3BEF48. Grayscale: #585858. Windows color (decimal): -3927881 or 11997380. OLE color: 11997380.

HSL color Cylindrical-coordinate representation of color #C410B7: hue angle of 304.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C410B7 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 183 -
CMYK 0 0.92 0.07 0.23
HSL 304.33º 0.85% 0.42% -
HSV(B) 304.33º 0.92% 0.77% -
XYZ 31.5 15.53 46.14 -
YUV 88.86 181.13 204.42 -
System Red Green Blue C M Y K H S L
Decimal 196 16 183 0 0.92 0.07 0.23 304.33 0.85 0.42
Hex C4 10 B7 0 5C 7 17 130 55 2A
Octal 304 20 267 0 134 7 27 460 125 52
Binary 11000100 10000 10110111 0 1011100 111 10111 100110000 1010101 101010

Color Harmonies of #C410B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410B7

Black with #C410B7

Text Example


Text Example

White with #C410B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410B7; }

 p { color: rgb(196,16,183); }

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

background-color css

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

 a { background-color: rgb(196,16,183); }

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

border-color css

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

 span { border-color: rgb(196,16,183); }

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