Html Css Color HEX #C606DE Deep Magenta

📋 copy color: '#C606DE'

red 198 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #C606DE

Tints of Deep Magenta #C606DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 46.48%
G = 1.41%
B = 52.11%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C606DE (or 0xC606DE) is known color: Deep Magenta. HEX triplet: C6, 06 and DE. RGB value is (198,6,222). Sum of RGB (Red+Green+Blue) = 198+6+222=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C606DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606DE is #39F921. Grayscale: #575757. Windows color (decimal): -3799330 or 14550726. OLE color: 14550726.

HSL color Cylindrical-coordinate representation of color #C606DE: hue angle of 293.33º 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 #C606DE is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 6 222 -
CMYK 0.11 0.97 0 0.13
HSL 293.33º 0.95% 0.45% -
HSV(B) 293.33º 0.97% 0.87% -
XYZ 36.54 17.41 70.54 -
YUV 88.03 203.61 206.44 -
System Red Green Blue C M Y K H S L
Decimal 198 6 222 0.11 0.97 0 0.13 293.33 0.95 0.45
Hex C6 6 DE B 61 0 D 125 5F 2D
Octal 306 6 336 13 141 0 15 445 137 55
Binary 11000110 110 11011110 1011 1100001 0 1101 100100101 1011111 101101

Color Harmonies of #C606DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C606DE

Black with #C606DE

Text Example


Text Example

White with #C606DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C606DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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