Html Css Color HEX #C515CC Deep Magenta

📋 copy color: '#C515CC'

red 197 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C515CC

Tints of Deep Magenta #C515CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 46.68%
G = 4.98%
B = 48.34%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C515CC (or 0xC515CC) is known color: Deep Magenta. HEX triplet: C5, 15 and CC. RGB value is (197,21,204). Sum of RGB (Red+Green+Blue) = 197+21+204=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C515CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C515CC is #3AEA33. Grayscale: #5D5D5D. Windows color (decimal): -3861044 or 13374917. OLE color: 13374917.

HSL color Cylindrical-coordinate representation of color #C515CC: hue angle of 297.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C515CC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 21 204 -
CMYK 0.03 0.90 0 0.2
HSL 297.7º 0.81% 0.44% -
HSV(B) 297.7º 0.9% 0.8% -
XYZ 34.19 16.77 58.56 -
YUV 94.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 197 21 204 0.03 0.90 0 0.2 297.7 0.81 0.44
Hex C5 15 CC 3 5A 0 14 12A 51 2C
Octal 305 25 314 3 132 0 24 452 121 54
Binary 11000101 10101 11001100 11 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C515CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515CC

Black with #C515CC

Text Example


Text Example

White with #C515CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515CC; }

 p { color: rgb(197,21,204); }

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

background-color css

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

 a { background-color: rgb(197,21,204); }

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

border-color css

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

 span { border-color: rgb(197,21,204); }

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