Html Css Color HEX #C813CD Deep Magenta

📋 copy color: '#C813CD'

red 200 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C813CD

Tints of Deep Magenta #C813CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 47.17%
G = 4.48%
B = 48.35%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C813CD (or 0xC813CD) is known color: Deep Magenta. HEX triplet: C8, 13 and CD. RGB value is (200,19,205). Sum of RGB (Red+Green+Blue) = 200+19+205=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #C813CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813CD is #37EC32. Grayscale: #5D5D5D. Windows color (decimal): -3664947 or 13439944. OLE color: 13439944.

HSL color Cylindrical-coordinate representation of color #C813CD: hue angle of 298.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813CD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 19 205 -
CMYK 0.02 0.91 0 0.20
HSL 298.39º 0.83% 0.44% -
HSV(B) 298.39º 0.91% 0.8% -
XYZ 35.07 17.15 59.22 -
YUV 94.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 200 19 205 0.02 0.91 0 0.20 298.39 0.83 0.44
Hex C8 13 CD 2 5B 0 14 12A 53 2C
Octal 310 23 315 2 133 0 24 452 123 54
Binary 11001000 10011 11001101 10 1011011 0 10100 100101010 1010011 101100

Color Harmonies of #C813CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813CD

Black with #C813CD

Text Example


Text Example

White with #C813CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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