Html Css Color HEX #C407CE Deep Magenta

📋 copy color: '#C407CE'

red 196 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #C407CE

Tints of Deep Magenta #C407CE

RGB

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

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

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

R = 47.92%
G = 1.71%
B = 50.37%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C407CE (or 0xC407CE) is known color: Deep Magenta. HEX triplet: C4, 07 and CE. RGB value is (196,7,206). Sum of RGB (Red+Green+Blue) = 196+7+206=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C407CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407CE is #3BF831. Grayscale: #555555. Windows color (decimal): -3930162 or 13502404. OLE color: 13502404.

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

Color convert

RGB 196 7 206 -
CMYK 0.05 0.97 0 0.19
HSL 296.98º 0.93% 0.42% -
HSV(B) 296.98º 0.97% 0.81% -
XYZ 33.98 16.34 59.76 -
YUV 86.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 196 7 206 0.05 0.97 0 0.19 296.98 0.93 0.42
Hex C4 7 CE 5 61 0 13 129 5D 2A
Octal 304 7 316 5 141 0 23 451 135 52
Binary 11000100 111 11001110 101 1100001 0 10011 100101001 1011101 101010

Color Harmonies of #C407CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407CE

Black with #C407CE

Text Example


Text Example

White with #C407CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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