Html Css Color HEX #C006BA Deep Magenta

📋 copy color: '#C006BA'

red 192 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #C006BA

Tints of Deep Magenta #C006BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 50%
G = 1.56%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C006BA (or 0xC006BA) is known color: Deep Magenta. HEX triplet: C0, 06 and BA. RGB value is (192,6,186). Sum of RGB (Red+Green+Blue) = 192+6+186=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C006BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006BA is #3FF945. Grayscale: #515151. Windows color (decimal): -4192582 or 12191424. OLE color: 12191424.

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

Color convert

RGB 192 6 186 -
CMYK 0 0.97 0.03 0.25
HSL 301.94º 0.94% 0.39% -
HSV(B) 301.94º 0.97% 0.75% -
XYZ 30.67 14.88 47.71 -
YUV 82.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 192 6 186 0 0.97 0.03 0.25 301.94 0.94 0.39
Hex C0 6 BA 0 61 3 19 12E 5E 27
Octal 300 6 272 0 141 3 31 456 136 47
Binary 11000000 110 10111010 0 1100001 11 11001 100101110 1011110 100111

Color Harmonies of #C006BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006BA

Black with #C006BA

Text Example


Text Example

White with #C006BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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