Html Css Color HEX #C607C0 Deep Magenta

📋 copy color: '#C607C0'

red 198 ◦ green 7 ◦ blue 192

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

Shades of Deep Magenta #C607C0

Tints of Deep Magenta #C607C0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C607C0 (or 0xC607C0) is known color: Deep Magenta. HEX triplet: C6, 07 and C0. RGB value is (198,7,192). Sum of RGB (Red+Green+Blue) = 198+7+192=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C607C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607C0 is #39F83F. Grayscale: #545454. Windows color (decimal): -3799104 or 12584902. OLE color: 12584902.

HSL color Cylindrical-coordinate representation of color #C607C0: hue angle of 301.88º 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 #C607C0 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 7 192 -
CMYK 0 0.96 0.03 0.22
HSL 301.88º 0.93% 0.4% -
HSV(B) 301.88º 0.96% 0.78% -
XYZ 32.88 15.96 51.22 -
YUV 85.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 198 7 192 0 0.96 0.03 0.22 301.88 0.93 0.4
Hex C6 7 C0 0 60 3 16 12E 5D 28
Octal 306 7 300 0 140 3 26 456 135 50
Binary 11000110 111 11000000 0 1100000 11 10110 100101110 1011101 101000

Color Harmonies of #C607C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C607C0

Black with #C607C0

Text Example


Text Example

White with #C607C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C607C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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