Html Css Color HEX #C505C1 Deep Magenta

📋 copy color: '#C505C1'

red 197 ◦ green 5 ◦ blue 193

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

Shades of Deep Magenta #C505C1

Tints of Deep Magenta #C505C1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 49.87%
G = 1.27%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C505C1 (or 0xC505C1) is known color: Deep Magenta. HEX triplet: C5, 05 and C1. RGB value is (197,5,193). Sum of RGB (Red+Green+Blue) = 197+5+193=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C505C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505C1 is #3AFA3E. Grayscale: #535353. Windows color (decimal): -3865151 or 12649925. OLE color: 12649925.

HSL color Cylindrical-coordinate representation of color #C505C1: hue angle of 301.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505C1 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 193 -
CMYK 0 0.97 0.02 0.23
HSL 301.25º 0.95% 0.4% -
HSV(B) 301.25º 0.97% 0.77% -
XYZ 32.71 15.83 51.78 -
YUV 83.84 189.61 208.71 -
System Red Green Blue C M Y K H S L
Decimal 197 5 193 0 0.97 0.02 0.23 301.25 0.95 0.4
Hex C5 5 C1 0 61 2 17 12D 5F 28
Octal 305 5 301 0 141 2 27 455 137 50
Binary 11000101 101 11000001 0 1100001 10 10111 100101101 1011111 101000

Color Harmonies of #C505C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505C1

Black with #C505C1

Text Example


Text Example

White with #C505C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505C1; }

 p { color: rgb(197,5,193); }

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

background-color css

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

 a { background-color: rgb(197,5,193); }

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

border-color css

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

 span { border-color: rgb(197,5,193); }

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