Html Css Color HEX #C40CCA Deep Magenta

📋 copy color: '#C40CCA'

red 196 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #C40CCA

Tints of Deep Magenta #C40CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 47.8%
G = 2.93%
B = 49.27%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C40CCA (or 0xC40CCA) is known color: Deep Magenta. HEX triplet: C4, 0C and CA. RGB value is (196,12,202). Sum of RGB (Red+Green+Blue) = 196+12+202=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C40CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CCA is #3BF335. Grayscale: #585858. Windows color (decimal): -3928886 or 13241540. OLE color: 13241540.

HSL color Cylindrical-coordinate representation of color #C40CCA: hue angle of 298.11º 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 #C40CCA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 12 202 -
CMYK 0.03 0.94 0 0.21
HSL 298.11º 0.89% 0.42% -
HSV(B) 298.11º 0.94% 0.79% -
XYZ 33.56 16.26 57.25 -
YUV 88.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 196 12 202 0.03 0.94 0 0.21 298.11 0.89 0.42
Hex C4 C CA 3 5E 0 15 12A 59 2A
Octal 304 14 312 3 136 0 25 452 131 52
Binary 11000100 1100 11001010 11 1011110 0 10101 100101010 1011001 101010

Color Harmonies of #C40CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CCA

Black with #C40CCA

Text Example


Text Example

White with #C40CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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