Html Css Color HEX #C413CC Deep Magenta

📋 copy color: '#C413CC'

red 196 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #C413CC

Tints of Deep Magenta #C413CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.53%

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

R = 46.78%
G = 4.53%
B = 48.69%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C413CC (or 0xC413CC) is known color: Deep Magenta. HEX triplet: C4, 13 and CC. RGB value is (196,19,204). Sum of RGB (Red+Green+Blue) = 196+19+204=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C413CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413CC is #3BEC33. Grayscale: #5C5C5C. Windows color (decimal): -3927092 or 13374404. OLE color: 13374404.

HSL color Cylindrical-coordinate representation of color #C413CC: hue angle of 297.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C413CC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 19 204 -
CMYK 0.04 0.91 0 0.2
HSL 297.41º 0.83% 0.44% -
HSV(B) 297.41º 0.91% 0.8% -
XYZ 33.9 16.56 58.54 -
YUV 93.01 190.64 201.46 -
System Red Green Blue C M Y K H S L
Decimal 196 19 204 0.04 0.91 0 0.2 297.41 0.83 0.44
Hex C4 13 CC 4 5B 0 14 129 53 2C
Octal 304 23 314 4 133 0 24 451 123 54
Binary 11000100 10011 11001100 100 1011011 0 10100 100101001 1010011 101100

Color Harmonies of #C413CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413CC

Black with #C413CC

Text Example


Text Example

White with #C413CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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