Html Css Color HEX #C007C6 Deep Magenta

📋 copy color: '#C007C6'

red 192 ◦ green 7 ◦ blue 198

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

Shades of Deep Magenta #C007C6

Tints of Deep Magenta #C007C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.87%

R = 48.36%
G = 1.76%
B = 49.87%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C007C6 (or 0xC007C6) is known color: Deep Magenta. HEX triplet: C0, 07 and C6. RGB value is (192,7,198). Sum of RGB (Red+Green+Blue) = 192+7+198=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #C007C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007C6 is #3FF839. Grayscale: #535353. Windows color (decimal): -4192314 or 12978112. OLE color: 12978112.

HSL color Cylindrical-coordinate representation of color #C007C6: hue angle of 298.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C007C6 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 7 198 -
CMYK 0.03 0.96 0 0.22
HSL 298.12º 0.93% 0.4% -
HSV(B) 298.12º 0.96% 0.78% -
XYZ 32.01 15.44 54.72 -
YUV 84.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 192 7 198 0.03 0.96 0 0.22 298.12 0.93 0.4
Hex C0 7 C6 3 60 0 16 12A 5D 28
Octal 300 7 306 3 140 0 26 452 135 50
Binary 11000000 111 11000110 11 1100000 0 10110 100101010 1011101 101000

Color Harmonies of #C007C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007C6

Black with #C007C6

Text Example


Text Example

White with #C007C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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