Html Css Color HEX #C410CD Deep Magenta

📋 copy color: '#C410CD'

red 196 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #C410CD

Tints of Deep Magenta #C410CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 47%
G = 3.84%
B = 49.16%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C410CD (or 0xC410CD) is known color: Deep Magenta. HEX triplet: C4, 10 and CD. RGB value is (196,16,205). Sum of RGB (Red+Green+Blue) = 196+16+205=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C410CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C410CD is #3BEF32. Grayscale: #5A5A5A. Windows color (decimal): -3927859 or 13439172. OLE color: 13439172.

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

Color convert

RGB 196 16 205 -
CMYK 0.04 0.92 0 0.20
HSL 297.14º 0.86% 0.43% -
HSV(B) 297.14º 0.92% 0.8% -
XYZ 33.97 16.51 59.15 -
YUV 91.37 192.13 202.63 -
System Red Green Blue C M Y K H S L
Decimal 196 16 205 0.04 0.92 0 0.20 297.14 0.86 0.43
Hex C4 10 CD 4 5C 0 14 129 56 2B
Octal 304 20 315 4 134 0 24 451 126 53
Binary 11000100 10000 11001101 100 1011100 0 10100 100101001 1010110 101011

Color Harmonies of #C410CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410CD

Black with #C410CD

Text Example


Text Example

White with #C410CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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