Html Css Color HEX #C814BF Deep Magenta

📋 copy color: '#C814BF'

red 200 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #C814BF

Tints of Deep Magenta #C814BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 48.66%
G = 4.87%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C814BF (or 0xC814BF) is known color: Deep Magenta. HEX triplet: C8, 14 and BF. RGB value is (200,20,191). Sum of RGB (Red+Green+Blue) = 200+20+191=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C814BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814BF is #37EB40. Grayscale: #5C5C5C. Windows color (decimal): -3664705 or 12522696. OLE color: 12522696.

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

Color convert

RGB 200 20 191 -
CMYK 0 0.9 0.04 0.22
HSL 303º 0.82% 0.43% -
HSV(B) 303º 0.9% 0.78% -
XYZ 33.47 16.54 50.72 -
YUV 93.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 200 20 191 0 0.9 0.04 0.22 303 0.82 0.43
Hex C8 14 BF 0 5A 4 16 12F 52 2B
Octal 310 24 277 0 132 4 26 457 122 53
Binary 11001000 10100 10111111 0 1011010 100 10110 100101111 1010010 101011

Color Harmonies of #C814BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814BF

Black with #C814BF

Text Example


Text Example

White with #C814BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814BF; }

 p { color: rgb(200,20,191); }

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

background-color css

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

 a { background-color: rgb(200,20,191); }

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

border-color css

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

 span { border-color: rgb(200,20,191); }

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