Html Css Color HEX #C414CD Deep Magenta

📋 copy color: '#C414CD'

red 196 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C414CD

Tints of Deep Magenta #C414CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

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

R = 46.56%
G = 4.75%
B = 48.69%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C414CD (or 0xC414CD) is known color: Deep Magenta. HEX triplet: C4, 14 and CD. RGB value is (196,20,205). Sum of RGB (Red+Green+Blue) = 196+20+205=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C414CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414CD is #3BEB32. Grayscale: #5D5D5D. Windows color (decimal): -3926835 or 13440196. OLE color: 13440196.

HSL color Cylindrical-coordinate representation of color #C414CD: hue angle of 297.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414CD is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 20 205 -
CMYK 0.04 0.90 0 0.20
HSL 297.08º 0.82% 0.44% -
HSV(B) 297.08º 0.9% 0.8% -
XYZ 34.03 16.64 59.18 -
YUV 93.71 190.81 200.96 -
System Red Green Blue C M Y K H S L
Decimal 196 20 205 0.04 0.90 0 0.20 297.08 0.82 0.44
Hex C4 14 CD 4 5A 0 14 129 52 2C
Octal 304 24 315 4 132 0 24 451 122 54
Binary 11000100 10100 11001101 100 1011010 0 10100 100101001 1010010 101100

Color Harmonies of #C414CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414CD

Black with #C414CD

Text Example


Text Example

White with #C414CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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