Html Css Color HEX #C413C6 Deep Magenta

📋 copy color: '#C413C6'

red 196 ◦ green 19 ◦ blue 198

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

Shades of Deep Magenta #C413C6

Tints of Deep Magenta #C413C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 47.46%
G = 4.6%
B = 47.94%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C413C6 (or 0xC413C6) is known color: Deep Magenta. HEX triplet: C4, 13 and C6. RGB value is (196,19,198). Sum of RGB (Red+Green+Blue) = 196+19+198=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #C413C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413C6 is #3BEC39. Grayscale: #5B5B5B. Windows color (decimal): -3927098 or 12981188. OLE color: 12981188.

HSL color Cylindrical-coordinate representation of color #C413C6: hue angle of 299.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C413C6 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 19 198 -
CMYK 0.01 0.90 0 0.22
HSL 299.33º 0.82% 0.43% -
HSV(B) 299.33º 0.9% 0.78% -
XYZ 33.19 16.28 54.82 -
YUV 92.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 196 19 198 0.01 0.90 0 0.22 299.33 0.82 0.43
Hex C4 13 C6 1 5A 0 16 12B 52 2B
Octal 304 23 306 1 132 0 26 453 122 53
Binary 11000100 10011 11000110 1 1011010 0 10110 100101011 1010010 101011

Color Harmonies of #C413C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413C6

Black with #C413C6

Text Example


Text Example

White with #C413C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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