Html Css Color HEX #C016BE Deep Magenta

📋 copy color: '#C016BE'

red 192 ◦ green 22 ◦ blue 190

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

Shades of Deep Magenta #C016BE

Tints of Deep Magenta #C016BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 47.52%
G = 5.45%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C016BE (or 0xC016BE) is known color: Deep Magenta. HEX triplet: C0, 16 and BE. RGB value is (192,22,190). Sum of RGB (Red+Green+Blue) = 192+22+190=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C016BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016BE is #3FE941. Grayscale: #5B5B5B. Windows color (decimal): -4188482 or 12457664. OLE color: 12457664.

HSL color Cylindrical-coordinate representation of color #C016BE: hue angle of 300.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016BE is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 190 -
CMYK 0 0.89 0.01 0.25
HSL 300.71º 0.79% 0.42% -
HSV(B) 300.71º 0.89% 0.75% -
XYZ 31.32 15.5 50.06 -
YUV 91.98 183.32 199.34 -
System Red Green Blue C M Y K H S L
Decimal 192 22 190 0 0.89 0.01 0.25 300.71 0.79 0.42
Hex C0 16 BE 0 59 1 19 12D 4F 2A
Octal 300 26 276 0 131 1 31 455 117 52
Binary 11000000 10110 10111110 0 1011001 1 11001 100101101 1001111 101010

Color Harmonies of #C016BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016BE

Black with #C016BE

Text Example


Text Example

White with #C016BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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