Html Css Color HEX #C814BC Deep Magenta

📋 copy color: '#C814BC'

red 200 ◦ green 20 ◦ blue 188

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

Shades of Deep Magenta #C814BC

Tints of Deep Magenta #C814BC

RGB

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

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

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

R = 49.02%
G = 4.9%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C814BC (or 0xC814BC) is known color: Deep Magenta. HEX triplet: C8, 14 and BC. RGB value is (200,20,188). Sum of RGB (Red+Green+Blue) = 200+20+188=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C814BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814BC is #37EB43. Grayscale: #5C5C5C. Windows color (decimal): -3664708 or 12326088. OLE color: 12326088.

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

Color convert

RGB 200 20 188 -
CMYK 0 0.9 0.06 0.22
HSL 304º 0.82% 0.43% -
HSV(B) 304º 0.9% 0.78% -
XYZ 33.15 16.41 49 -
YUV 92.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 200 20 188 0 0.9 0.06 0.22 304 0.82 0.43
Hex C8 14 BC 0 5A 6 16 130 52 2B
Octal 310 24 274 0 132 6 26 460 122 53
Binary 11001000 10100 10111100 0 1011010 110 10110 100110000 1010010 101011

Color Harmonies of #C814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814BC

Black with #C814BC

Text Example


Text Example

White with #C814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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