Html Css Color HEX #C40FCE Deep Magenta

📋 copy color: '#C40FCE'

red 196 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #C40FCE

Tints of Deep Magenta #C40FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.6%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 47%
G = 3.6%
B = 49.4%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C40FCE (or 0xC40FCE) is known color: Deep Magenta. HEX triplet: C4, 0F and CE. RGB value is (196,15,206). Sum of RGB (Red+Green+Blue) = 196+15+206=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C40FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FCE is #3BF031. Grayscale: #5A5A5A. Windows color (decimal): -3928114 or 13504452. OLE color: 13504452.

HSL color Cylindrical-coordinate representation of color #C40FCE: hue angle of 296.86º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40FCE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 15 206 -
CMYK 0.05 0.93 0 0.19
HSL 296.86º 0.86% 0.43% -
HSV(B) 296.86º 0.93% 0.81% -
XYZ 34.08 16.53 59.79 -
YUV 90.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 196 15 206 0.05 0.93 0 0.19 296.86 0.86 0.43
Hex C4 F CE 5 5D 0 13 129 56 2B
Octal 304 17 316 5 135 0 23 451 126 53
Binary 11000100 1111 11001110 101 1011101 0 10011 100101001 1010110 101011

Color Harmonies of #C40FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FCE

Black with #C40FCE

Text Example


Text Example

White with #C40FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FCE; }

 p { color: rgb(196,15,206); }

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

background-color css

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

 a { background-color: rgb(196,15,206); }

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

border-color css

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

 span { border-color: rgb(196,15,206); }

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