Html Css Color HEX #C407E0 Deep Magenta

📋 copy color: '#C407E0'

red 196 ◦ green 7 ◦ blue 224

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

Shades of Deep Magenta #C407E0

Tints of Deep Magenta #C407E0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

 BLUE value IS 224 (87.89% from 255) = 52.46%

R = 45.9%
G = 1.64%
B = 52.46%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C407E0 (or 0xC407E0) is known color: Deep Magenta. HEX triplet: C4, 07 and E0. RGB value is (196,7,224). Sum of RGB (Red+Green+Blue) = 196+7+224=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #C407E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407E0 is #3BF81F. Grayscale: #575757. Windows color (decimal): -3930144 or 14682052. OLE color: 14682052.

HSL color Cylindrical-coordinate representation of color #C407E0: hue angle of 292.26º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407E0 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 7 224 -
CMYK 0.12 0.97 0 0.12
HSL 292.26º 0.94% 0.45% -
HSV(B) 292.26º 0.97% 0.88% -
XYZ 36.3 17.27 71.94 -
YUV 88.25 204.62 204.86 -
System Red Green Blue C M Y K H S L
Decimal 196 7 224 0.12 0.97 0 0.12 292.26 0.94 0.45
Hex C4 7 E0 C 61 0 C 124 5E 2D
Octal 304 7 340 14 141 0 14 444 136 55
Binary 11000100 111 11100000 1100 1100001 0 1100 100100100 1011110 101101

Color Harmonies of #C407E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407E0

Black with #C407E0

Text Example


Text Example

White with #C407E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407E0; }

 p { color: rgb(196,7,224); }

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

background-color css

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

 a { background-color: rgb(196,7,224); }

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

border-color css

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

 span { border-color: rgb(196,7,224); }

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