Html Css Color HEX #C006CE Deep Magenta

📋 copy color: '#C006CE'

red 192 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #C006CE

Tints of Deep Magenta #C006CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 47.52%
G = 1.49%
B = 50.99%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C006CE (or 0xC006CE) is known color: Deep Magenta. HEX triplet: C0, 06 and CE. RGB value is (192,6,206). Sum of RGB (Red+Green+Blue) = 192+6+206=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #C006CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006CE is #3FF931. Grayscale: #535353. Windows color (decimal): -4192562 or 13502144. OLE color: 13502144.

HSL color Cylindrical-coordinate representation of color #C006CE: hue angle of 295.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006CE is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 6 206 -
CMYK 0.07 0.97 0 0.19
HSL 295.8º 0.94% 0.42% -
HSV(B) 295.8º 0.97% 0.81% -
XYZ 32.94 15.79 59.7 -
YUV 84.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 192 6 206 0.07 0.97 0 0.19 295.8 0.94 0.42
Hex C0 6 CE 7 61 0 13 128 5E 2A
Octal 300 6 316 7 141 0 23 450 136 52
Binary 11000000 110 11001110 111 1100001 0 10011 100101000 1011110 101010

Color Harmonies of #C006CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006CE

Black with #C006CE

Text Example


Text Example

White with #C006CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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