Html Css Color HEX #C40CCC Deep Magenta

📋 copy color: '#C40CCC'

red 196 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #C40CCC

Tints of Deep Magenta #C40CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

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

R = 47.57%
G = 2.91%
B = 49.51%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C40CCC (or 0xC40CCC) is known color: Deep Magenta. HEX triplet: C4, 0C and CC. RGB value is (196,12,204). Sum of RGB (Red+Green+Blue) = 196+12+204=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C40CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CCC is #3BF333. Grayscale: #585858. Windows color (decimal): -3928884 or 13372612. OLE color: 13372612.

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

Color convert

RGB 196 12 204 -
CMYK 0.04 0.94 0 0.2
HSL 297.5º 0.89% 0.42% -
HSV(B) 297.5º 0.94% 0.8% -
XYZ 33.8 16.36 58.5 -
YUV 88.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 196 12 204 0.04 0.94 0 0.2 297.5 0.89 0.42
Hex C4 C CC 4 5E 0 14 12A 59 2A
Octal 304 14 314 4 136 0 24 452 131 52
Binary 11000100 1100 11001100 100 1011110 0 10100 100101010 1011001 101010

Color Harmonies of #C40CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CCC

Black with #C40CCC

Text Example


Text Example

White with #C40CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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