Html Css Color HEX #C006DE Deep Magenta

📋 copy color: '#C006DE'

red 192 ◦ green 6 ◦ blue 222

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

Shades of Deep Magenta #C006DE

Tints of Deep Magenta #C006DE

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

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

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

R = 45.71%
G = 1.43%
B = 52.86%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C006DE (or 0xC006DE) is known color: Deep Magenta. HEX triplet: C0, 06 and DE. RGB value is (192,6,222). Sum of RGB (Red+Green+Blue) = 192+6+222=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #C006DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006DE is #3FF921. Grayscale: #555555. Windows color (decimal): -4192546 or 14550720. OLE color: 14550720.

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

Color convert

RGB 192 6 222 -
CMYK 0.14 0.97 0 0.13
HSL 291.67º 0.95% 0.45% -
HSV(B) 291.67º 0.97% 0.87% -
XYZ 34.99 16.61 70.47 -
YUV 86.24 204.62 203.44 -
System Red Green Blue C M Y K H S L
Decimal 192 6 222 0.14 0.97 0 0.13 291.67 0.95 0.45
Hex C0 6 DE E 61 0 D 124 5F 2D
Octal 300 6 336 16 141 0 15 444 137 55
Binary 11000000 110 11011110 1110 1100001 0 1101 100100100 1011111 101101

Color Harmonies of #C006DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006DE

Black with #C006DE

Text Example


Text Example

White with #C006DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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