Html Css Color HEX #C816BC Deep Magenta

📋 copy color: '#C816BC'

red 200 ◦ green 22 ◦ blue 188

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

Shades of Deep Magenta #C816BC

Tints of Deep Magenta #C816BC

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

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

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

R = 48.78%
G = 5.37%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C816BC (or 0xC816BC) is known color: Deep Magenta. HEX triplet: C8, 16 and BC. RGB value is (200,22,188). Sum of RGB (Red+Green+Blue) = 200+22+188=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C816BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816BC is #37E943. Grayscale: #5D5D5D. Windows color (decimal): -3664196 or 12326600. OLE color: 12326600.

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

Color convert

RGB 200 22 188 -
CMYK 0 0.89 0.06 0.22
HSL 304.05º 0.8% 0.44% -
HSV(B) 304.05º 0.89% 0.78% -
XYZ 33.18 16.48 49.01 -
YUV 94.15 180.97 203.5 -
System Red Green Blue C M Y K H S L
Decimal 200 22 188 0 0.89 0.06 0.22 304.05 0.8 0.44
Hex C8 16 BC 0 59 6 16 130 50 2C
Octal 310 26 274 0 131 6 26 460 120 54
Binary 11001000 10110 10111100 0 1011001 110 10110 100110000 1010000 101100

Color Harmonies of #C816BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C816BC

Black with #C816BC

Text Example


Text Example

White with #C816BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C816BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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