Html Css Color HEX #C414CC Deep Magenta

📋 copy color: '#C414CC'

red 196 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #C414CC

Tints of Deep Magenta #C414CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 46.67%
G = 4.76%
B = 48.57%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C414CC (or 0xC414CC) is known color: Deep Magenta. HEX triplet: C4, 14 and CC. RGB value is (196,20,204). Sum of RGB (Red+Green+Blue) = 196+20+204=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C414CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414CC is #3BEB33. Grayscale: #5D5D5D. Windows color (decimal): -3926836 or 13374660. OLE color: 13374660.

HSL color Cylindrical-coordinate representation of color #C414CC: hue angle of 297.39º 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 #C414CC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 20 204 -
CMYK 0.04 0.90 0 0.2
HSL 297.39º 0.82% 0.44% -
HSV(B) 297.39º 0.9% 0.8% -
XYZ 33.91 16.6 58.54 -
YUV 93.6 190.31 201.04 -
System Red Green Blue C M Y K H S L
Decimal 196 20 204 0.04 0.90 0 0.2 297.39 0.82 0.44
Hex C4 14 CC 4 5A 0 14 129 52 2C
Octal 304 24 314 4 132 0 24 451 122 54
Binary 11000100 10100 11001100 100 1011010 0 10100 100101001 1010010 101100

Color Harmonies of #C414CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414CC

Black with #C414CC

Text Example


Text Example

White with #C414CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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