Html Css Color HEX #C006DF Deep Magenta

📋 copy color: '#C006DF'

red 192 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #C006DF

Tints of Deep Magenta #C006DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 45.61%
G = 1.43%
B = 52.97%

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

#C006DF (or 0xC006DF) is known color: Deep Magenta. HEX triplet: C0, 06 and DF. RGB value is (192,6,223). Sum of RGB (Red+Green+Blue) = 192+6+223=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #C006DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006DF is #3FF920. Grayscale: #555555. Windows color (decimal): -4192545 or 14616256. OLE color: 14616256.

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

Color convert

RGB 192 6 223 -
CMYK 0.14 0.97 0 0.13
HSL 291.43º 0.95% 0.45% -
HSV(B) 291.43º 0.97% 0.87% -
XYZ 35.12 16.66 71.18 -
YUV 86.35 205.12 203.36 -
System Red Green Blue C M Y K H S L
Decimal 192 6 223 0.14 0.97 0 0.13 291.43 0.95 0.45
Hex C0 6 DF E 61 0 D 123 5F 2D
Octal 300 6 337 16 141 0 15 443 137 55
Binary 11000000 110 11011111 1110 1100001 0 1101 100100011 1011111 101101

Color Harmonies of #C006DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006DF

Black with #C006DF

Text Example


Text Example

White with #C006DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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