Html Css Color HEX #C40FCF Deep Magenta

📋 copy color: '#C40FCF'

red 196 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #C40FCF

Tints of Deep Magenta #C40FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 46.89%
G = 3.59%
B = 49.52%

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

#C40FCF (or 0xC40FCF) is known color: Deep Magenta. HEX triplet: C4, 0F and CF. RGB value is (196,15,207). Sum of RGB (Red+Green+Blue) = 196+15+207=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #C40FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40FCF is #3BF030. Grayscale: #5A5A5A. Windows color (decimal): -3928113 or 13569988. OLE color: 13569988.

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

Color convert

RGB 196 15 207 -
CMYK 0.05 0.93 0 0.19
HSL 296.56º 0.86% 0.44% -
HSV(B) 296.56º 0.93% 0.81% -
XYZ 34.2 16.58 60.43 -
YUV 91.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 196 15 207 0.05 0.93 0 0.19 296.56 0.86 0.44
Hex C4 F CF 5 5D 0 13 129 56 2C
Octal 304 17 317 5 135 0 23 451 126 54
Binary 11000100 1111 11001111 101 1011101 0 10011 100101001 1010110 101100

Color Harmonies of #C40FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FCF

Black with #C40FCF

Text Example


Text Example

White with #C40FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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