Html Css Color HEX #C814BE Deep Magenta

📋 copy color: '#C814BE'

red 200 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #C814BE

Tints of Deep Magenta #C814BE

RGB

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

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

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

R = 48.78%
G = 4.88%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C814BE (or 0xC814BE) is known color: Deep Magenta. HEX triplet: C8, 14 and BE. RGB value is (200,20,190). Sum of RGB (Red+Green+Blue) = 200+20+190=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C814BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814BE is #37EB41. Grayscale: #5C5C5C. Windows color (decimal): -3664706 or 12457160. OLE color: 12457160.

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

Color convert

RGB 200 20 190 -
CMYK 0 0.9 0.05 0.22
HSL 303.33º 0.82% 0.43% -
HSV(B) 303.33º 0.9% 0.78% -
XYZ 33.36 16.5 50.14 -
YUV 93.2 182.63 204.18 -
System Red Green Blue C M Y K H S L
Decimal 200 20 190 0 0.9 0.05 0.22 303.33 0.82 0.43
Hex C8 14 BE 0 5A 5 16 12F 52 2B
Octal 310 24 276 0 132 5 26 457 122 53
Binary 11001000 10100 10111110 0 1011010 101 10110 100101111 1010010 101011

Color Harmonies of #C814BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814BE

Black with #C814BE

Text Example


Text Example

White with #C814BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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