Html Css Color HEX #C608C6 Deep Magenta

📋 copy color: '#C608C6'

red 198 ◦ green 8 ◦ blue 198

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

Shades of Deep Magenta #C608C6

Tints of Deep Magenta #C608C6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 49.01%
G = 1.98%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C608C6 (or 0xC608C6) is known color: Deep Magenta. HEX triplet: C6, 08 and C6. RGB value is (198,8,198). Sum of RGB (Red+Green+Blue) = 198+8+198=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C608C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608C6 is #39F739. Grayscale: #555555. Windows color (decimal): -3798842 or 12978374. OLE color: 12978374.

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

Color convert

RGB 198 8 198 -
CMYK 0 0.96 0 0.22
HSL 300º 0.92% 0.4% -
HSV(B) 300º 0.96% 0.78% -
XYZ 33.57 16.26 54.79 -
YUV 86.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 198 8 198 0 0.96 0 0.22 300 0.92 0.4
Hex C6 8 C6 0 60 0 16 12C 5C 28
Octal 306 10 306 0 140 0 26 454 134 50
Binary 11000110 1000 11000110 0 1100000 0 10110 100101100 1011100 101000

Color Harmonies of #C608C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608C6

Black with #C608C6

Text Example


Text Example

White with #C608C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608C6; }

 p { color: rgb(198,8,198); }

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

background-color css

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

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

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

border-color css

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

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

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