Html Css Color HEX #C606DB Deep Magenta

📋 copy color: '#C606DB'

red 198 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #C606DB

Tints of Deep Magenta #C606DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 46.81%
G = 1.42%
B = 51.77%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C606DB (or 0xC606DB) is known color: Deep Magenta. HEX triplet: C6, 06 and DB. RGB value is (198,6,219). Sum of RGB (Red+Green+Blue) = 198+6+219=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C606DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606DB is #39F924. Grayscale: #575757. Windows color (decimal): -3799333 or 14354118. OLE color: 14354118.

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

Color convert

RGB 198 6 219 -
CMYK 0.10 0.97 0 0.14
HSL 294.08º 0.95% 0.44% -
HSV(B) 294.08º 0.97% 0.86% -
XYZ 36.14 17.25 68.44 -
YUV 87.69 202.11 206.68 -
System Red Green Blue C M Y K H S L
Decimal 198 6 219 0.10 0.97 0 0.14 294.08 0.95 0.44
Hex C6 6 DB A 61 0 E 126 5F 2C
Octal 306 6 333 12 141 0 16 446 137 54
Binary 11000110 110 11011011 1010 1100001 0 1110 100100110 1011111 101100

Color Harmonies of #C606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606DB

Black with #C606DB

Text Example


Text Example

White with #C606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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