Html Css Color HEX #C016B6 Deep Magenta

📋 copy color: '#C016B6'

red 192 ◦ green 22 ◦ blue 182

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

Shades of Deep Magenta #C016B6

Tints of Deep Magenta #C016B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 48.48%
G = 5.56%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C016B6 (or 0xC016B6) is known color: Deep Magenta. HEX triplet: C0, 16 and B6. RGB value is (192,22,182). Sum of RGB (Red+Green+Blue) = 192+22+182=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C016B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C016B6 is #3FE949. Grayscale: #5A5A5A. Windows color (decimal): -4188490 or 11933376. OLE color: 11933376.

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

Color convert

RGB 192 22 182 -
CMYK 0 0.89 0.05 0.25
HSL 303.53º 0.79% 0.42% -
HSV(B) 303.53º 0.89% 0.75% -
XYZ 30.47 15.16 45.58 -
YUV 91.07 179.32 199.99 -
System Red Green Blue C M Y K H S L
Decimal 192 22 182 0 0.89 0.05 0.25 303.53 0.79 0.42
Hex C0 16 B6 0 59 5 19 130 4F 2A
Octal 300 26 266 0 131 5 31 460 117 52
Binary 11000000 10110 10110110 0 1011001 101 11001 100110000 1001111 101010

Color Harmonies of #C016B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016B6

Black with #C016B6

Text Example


Text Example

White with #C016B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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