Html Css Color HEX #C40CC9 Deep Magenta

📋 copy color: '#C40CC9'

red 196 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C40CC9

Tints of Deep Magenta #C40CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.14%

R = 47.92%
G = 2.93%
B = 49.14%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C40CC9 (or 0xC40CC9) is known color: Deep Magenta. HEX triplet: C4, 0C and C9. RGB value is (196,12,201). Sum of RGB (Red+Green+Blue) = 196+12+201=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #C40CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CC9 is #3BF336. Grayscale: #575757. Windows color (decimal): -3928887 or 13176004. OLE color: 13176004.

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

Color convert

RGB 196 12 201 -
CMYK 0.02 0.94 0 0.21
HSL 298.41º 0.89% 0.42% -
HSV(B) 298.41º 0.94% 0.79% -
XYZ 33.44 16.22 56.63 -
YUV 88.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 196 12 201 0.02 0.94 0 0.21 298.41 0.89 0.42
Hex C4 C C9 2 5E 0 15 12A 59 2A
Octal 304 14 311 2 136 0 25 452 131 52
Binary 11000100 1100 11001001 10 1011110 0 10101 100101010 1011001 101010

Color Harmonies of #C40CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CC9

Black with #C40CC9

Text Example


Text Example

White with #C40CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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