Html Css Color HEX #C407CD Deep Magenta

📋 copy color: '#C407CD'

red 196 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #C407CD

Tints of Deep Magenta #C407CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

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

R = 48.04%
G = 1.72%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C407CD (or 0xC407CD) is known color: Deep Magenta. HEX triplet: C4, 07 and CD. RGB value is (196,7,205). Sum of RGB (Red+Green+Blue) = 196+7+205=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #C407CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407CD is #3BF832. Grayscale: #555555. Windows color (decimal): -3930163 or 13436868. OLE color: 13436868.

HSL color Cylindrical-coordinate representation of color #C407CD: hue angle of 297.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407CD is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 7 205 -
CMYK 0.04 0.97 0 0.20
HSL 297.27º 0.93% 0.42% -
HSV(B) 297.27º 0.97% 0.8% -
XYZ 33.86 16.3 59.12 -
YUV 86.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 196 7 205 0.04 0.97 0 0.20 297.27 0.93 0.42
Hex C4 7 CD 4 61 0 14 129 5D 2A
Octal 304 7 315 4 141 0 24 451 135 52
Binary 11000100 111 11001101 100 1100001 0 10100 100101001 1011101 101010

Color Harmonies of #C407CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407CD

Black with #C407CD

Text Example


Text Example

White with #C407CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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