Html Css Color HEX #C006BC Deep Magenta

📋 copy color: '#C006BC'

red 192 ◦ green 6 ◦ blue 188

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

Shades of Deep Magenta #C006BC

Tints of Deep Magenta #C006BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 49.74%
G = 1.55%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C006BC (or 0xC006BC) is known color: Deep Magenta. HEX triplet: C0, 06 and BC. RGB value is (192,6,188). Sum of RGB (Red+Green+Blue) = 192+6+188=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C006BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006BC is #3FF943. Grayscale: #515151. Windows color (decimal): -4192580 or 12322496. OLE color: 12322496.

HSL color Cylindrical-coordinate representation of color #C006BC: hue angle of 301.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006BC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 188 -
CMYK 0 0.97 0.02 0.25
HSL 301.29º 0.94% 0.39% -
HSV(B) 301.29º 0.97% 0.75% -
XYZ 30.88 14.97 48.84 -
YUV 82.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 192 6 188 0 0.97 0.02 0.25 301.29 0.94 0.39
Hex C0 6 BC 0 61 2 19 12D 5E 27
Octal 300 6 274 0 141 2 31 455 136 47
Binary 11000000 110 10111100 0 1100001 10 11001 100101101 1011110 100111

Color Harmonies of #C006BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006BC

Black with #C006BC

Text Example


Text Example

White with #C006BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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