Html Css Color HEX #C608DD Deep Magenta

📋 copy color: '#C608DD'

red 198 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #C608DD

Tints of Deep Magenta #C608DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 46.37%
G = 1.87%
B = 51.76%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C608DD (or 0xC608DD) is known color: Deep Magenta. HEX triplet: C6, 08 and DD. RGB value is (198,8,221). Sum of RGB (Red+Green+Blue) = 198+8+221=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #C608DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C608DD is #39F722. Grayscale: #585858. Windows color (decimal): -3798819 or 14485702. OLE color: 14485702.

HSL color Cylindrical-coordinate representation of color #C608DD: hue angle of 293.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C608DD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 8 221 -
CMYK 0.10 0.96 0 0.13
HSL 293.52º 0.93% 0.45% -
HSV(B) 293.52º 0.96% 0.87% -
XYZ 36.43 17.4 69.85 -
YUV 89.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 198 8 221 0.10 0.96 0 0.13 293.52 0.93 0.45
Hex C6 8 DD A 60 0 D 126 5D 2D
Octal 306 10 335 12 140 0 15 446 135 55
Binary 11000110 1000 11011101 1010 1100000 0 1101 100100110 1011101 101101

Color Harmonies of #C608DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608DD

Black with #C608DD

Text Example


Text Example

White with #C608DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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