Html Css Color HEX #C513CD Deep Magenta

📋 copy color: '#C513CD'

red 197 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #C513CD

Tints of Deep Magenta #C513CD

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

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

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

R = 46.79%
G = 4.51%
B = 48.69%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C513CD (or 0xC513CD) is known color: Deep Magenta. HEX triplet: C5, 13 and CD. RGB value is (197,19,205). Sum of RGB (Red+Green+Blue) = 197+19+205=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #C513CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513CD is #3AEC32. Grayscale: #5C5C5C. Windows color (decimal): -3861555 or 13439941. OLE color: 13439941.

HSL color Cylindrical-coordinate representation of color #C513CD: hue angle of 297.42º 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 #C513CD is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 19 205 -
CMYK 0.04 0.91 0 0.20
HSL 297.42º 0.83% 0.44% -
HSV(B) 297.42º 0.91% 0.8% -
XYZ 34.28 16.74 59.18 -
YUV 93.43 190.97 201.88 -
System Red Green Blue C M Y K H S L
Decimal 197 19 205 0.04 0.91 0 0.20 297.42 0.83 0.44
Hex C5 13 CD 4 5B 0 14 129 53 2C
Octal 305 23 315 4 133 0 24 451 123 54
Binary 11000101 10011 11001101 100 1011011 0 10100 100101001 1010011 101100

Color Harmonies of #C513CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513CD

Black with #C513CD

Text Example


Text Example

White with #C513CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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