Html Css Color HEX #C813BB Deep Magenta

📋 copy color: '#C813BB'

red 200 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #C813BB

Tints of Deep Magenta #C813BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 49.26%
G = 4.68%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C813BB (or 0xC813BB) is known color: Deep Magenta. HEX triplet: C8, 13 and BB. RGB value is (200,19,187). Sum of RGB (Red+Green+Blue) = 200+19+187=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C813BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813BB is #37EC44. Grayscale: #5B5B5B. Windows color (decimal): -3664965 or 12260296. OLE color: 12260296.

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

Color convert

RGB 200 19 187 -
CMYK 0 0.90 0.06 0.22
HSL 304.31º 0.83% 0.43% -
HSV(B) 304.31º 0.91% 0.78% -
XYZ 33.02 16.33 48.43 -
YUV 92.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 200 19 187 0 0.90 0.06 0.22 304.31 0.83 0.43
Hex C8 13 BB 0 5A 6 16 130 53 2B
Octal 310 23 273 0 132 6 26 460 123 53
Binary 11001000 10011 10111011 0 1011010 110 10110 100110000 1010011 101011

Color Harmonies of #C813BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813BB

Black with #C813BB

Text Example


Text Example

White with #C813BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813BB; }

 p { color: rgb(200,19,187); }

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

background-color css

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

 a { background-color: rgb(200,19,187); }

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

border-color css

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

 span { border-color: rgb(200,19,187); }

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