Html Css Color HEX #C606DD Deep Magenta

📋 copy color: '#C606DD'

red 198 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #C606DD

Tints of Deep Magenta #C606DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 46.59%
G = 1.41%
B = 52%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C606DD (or 0xC606DD) is known color: Deep Magenta. HEX triplet: C6, 06 and DD. RGB value is (198,6,221). Sum of RGB (Red+Green+Blue) = 198+6+221=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C606DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606DD is #39F922. Grayscale: #575757. Windows color (decimal): -3799331 or 14485190. OLE color: 14485190.

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

Color convert

RGB 198 6 221 -
CMYK 0.10 0.97 0 0.13
HSL 293.58º 0.95% 0.45% -
HSV(B) 293.58º 0.97% 0.87% -
XYZ 36.4 17.36 69.84 -
YUV 87.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 198 6 221 0.10 0.97 0 0.13 293.58 0.95 0.45
Hex C6 6 DD A 61 0 D 126 5F 2D
Octal 306 6 335 12 141 0 15 446 137 55
Binary 11000110 110 11011101 1010 1100001 0 1101 100100110 1011111 101101

Color Harmonies of #C606DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606DD

Black with #C606DD

Text Example


Text Example

White with #C606DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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