Html Css Color HEX #C813B5 Deep Magenta

📋 copy color: '#C813B5'

red 200 ◦ green 19 ◦ blue 181

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

Shades of Deep Magenta #C813B5

Tints of Deep Magenta #C813B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 50%
G = 4.75%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C813B5 (or 0xC813B5) is known color: Deep Magenta. HEX triplet: C8, 13 and B5. RGB value is (200,19,181). Sum of RGB (Red+Green+Blue) = 200+19+181=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C813B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813B5 is #37EC4A. Grayscale: #5B5B5B. Windows color (decimal): -3664971 or 11867080. OLE color: 11867080.

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

Color convert

RGB 200 19 181 -
CMYK 0 0.90 0.09 0.22
HSL 306.3º 0.83% 0.43% -
HSV(B) 306.3º 0.91% 0.78% -
XYZ 32.39 16.08 45.11 -
YUV 91.59 178.47 205.33 -
System Red Green Blue C M Y K H S L
Decimal 200 19 181 0 0.90 0.09 0.22 306.3 0.83 0.43
Hex C8 13 B5 0 5A 9 16 132 53 2B
Octal 310 23 265 0 132 11 26 462 123 53
Binary 11001000 10011 10110101 0 1011010 1001 10110 100110010 1010011 101011

Color Harmonies of #C813B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813B5

Black with #C813B5

Text Example


Text Example

White with #C813B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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