Html Css Color HEX #C007DC Deep Magenta

📋 copy color: '#C007DC'

red 192 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #C007DC

Tints of Deep Magenta #C007DC

RGB

 RED value IS 192 (75.39% from 255) = 45.82%

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 45.82%
G = 1.67%
B = 52.51%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C007DC (or 0xC007DC) is known color: Deep Magenta. HEX triplet: C0, 07 and DC. RGB value is (192,7,220). Sum of RGB (Red+Green+Blue) = 192+7+220=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #C007DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007DC is #3FF823. Grayscale: #555555. Windows color (decimal): -4192292 or 14419904. OLE color: 14419904.

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

Color convert

RGB 192 7 220 -
CMYK 0.13 0.97 0 0.14
HSL 292.11º 0.94% 0.45% -
HSV(B) 292.11º 0.97% 0.86% -
XYZ 34.73 16.53 69.07 -
YUV 86.6 203.29 203.18 -
System Red Green Blue C M Y K H S L
Decimal 192 7 220 0.13 0.97 0 0.14 292.11 0.94 0.45
Hex C0 7 DC D 61 0 E 124 5E 2D
Octal 300 7 334 15 141 0 16 444 136 55
Binary 11000000 111 11011100 1101 1100001 0 1110 100100100 1011110 101101

Color Harmonies of #C007DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007DC

Black with #C007DC

Text Example


Text Example

White with #C007DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007DC; }

 p { color: rgb(192,7,220); }

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

background-color css

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

 a { background-color: rgb(192,7,220); }

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

border-color css

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

 span { border-color: rgb(192,7,220); }

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