Html Css Color HEX #C407D3 Deep Magenta

📋 copy color: '#C407D3'

red 196 ◦ green 7 ◦ blue 211

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

Shades of Deep Magenta #C407D3

Tints of Deep Magenta #C407D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.97%

R = 47.34%
G = 1.69%
B = 50.97%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C407D3 (or 0xC407D3) is known color: Deep Magenta. HEX triplet: C4, 07 and D3. RGB value is (196,7,211). Sum of RGB (Red+Green+Blue) = 196+7+211=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #C407D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407D3 is #3BF82C. Grayscale: #565656. Windows color (decimal): -3930157 or 13830084. OLE color: 13830084.

HSL color Cylindrical-coordinate representation of color #C407D3: hue angle of 295.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407D3 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 7 211 -
CMYK 0.07 0.97 0 0.17
HSL 295.59º 0.94% 0.43% -
HSV(B) 295.59º 0.97% 0.83% -
XYZ 34.6 16.59 63.01 -
YUV 86.77 198.12 205.91 -
System Red Green Blue C M Y K H S L
Decimal 196 7 211 0.07 0.97 0 0.17 295.59 0.94 0.43
Hex C4 7 D3 7 61 0 11 128 5E 2B
Octal 304 7 323 7 141 0 21 450 136 53
Binary 11000100 111 11010011 111 1100001 0 10001 100101000 1011110 101011

Color Harmonies of #C407D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407D3

Black with #C407D3

Text Example


Text Example

White with #C407D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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