Html Css Color HEX #C006BE Deep Magenta

📋 copy color: '#C006BE'

red 192 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #C006BE

Tints of Deep Magenta #C006BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 49.48%
G = 1.55%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C006BE (or 0xC006BE) is known color: Deep Magenta. HEX triplet: C0, 06 and BE. RGB value is (192,6,190). Sum of RGB (Red+Green+Blue) = 192+6+190=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C006BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006BE is #3FF941. Grayscale: #525252. Windows color (decimal): -4192578 or 12453568. OLE color: 12453568.

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

Color convert

RGB 192 6 190 -
CMYK 0 0.97 0.01 0.25
HSL 300.65º 0.94% 0.39% -
HSV(B) 300.65º 0.97% 0.75% -
XYZ 31.1 15.05 49.98 -
YUV 82.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 192 6 190 0 0.97 0.01 0.25 300.65 0.94 0.39
Hex C0 6 BE 0 61 1 19 12D 5E 27
Octal 300 6 276 0 141 1 31 455 136 47
Binary 11000000 110 10111110 0 1100001 1 11001 100101101 1011110 100111

Color Harmonies of #C006BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006BE

Black with #C006BE

Text Example


Text Example

White with #C006BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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