Html Css Color HEX #C616BC Deep Magenta

📋 copy color: '#C616BC'

red 198 ◦ green 22 ◦ blue 188

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

Shades of Deep Magenta #C616BC

Tints of Deep Magenta #C616BC

RGB

 RED value IS 198 (77.73% from 255) = 48.53%

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

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

R = 48.53%
G = 5.39%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C616BC (or 0xC616BC) is known color: Deep Magenta. HEX triplet: C6, 16 and BC. RGB value is (198,22,188). Sum of RGB (Red+Green+Blue) = 198+22+188=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C616BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616BC is #39E943. Grayscale: #5D5D5D. Windows color (decimal): -3795268 or 12326598. OLE color: 12326598.

HSL color Cylindrical-coordinate representation of color #C616BC: hue angle of 303.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616BC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 188 -
CMYK 0 0.89 0.05 0.22
HSL 303.41º 0.8% 0.43% -
HSV(B) 303.41º 0.89% 0.78% -
XYZ 32.65 16.21 48.98 -
YUV 93.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 198 22 188 0 0.89 0.05 0.22 303.41 0.8 0.43
Hex C6 16 BC 0 59 5 16 12F 50 2B
Octal 306 26 274 0 131 5 26 457 120 53
Binary 11000110 10110 10111100 0 1011001 101 10110 100101111 1010000 101011

Color Harmonies of #C616BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616BC

Black with #C616BC

Text Example


Text Example

White with #C616BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616BC; }

 p { color: rgb(198,22,188); }

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

background-color css

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

 a { background-color: rgb(198,22,188); }

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

border-color css

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

 span { border-color: rgb(198,22,188); }

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