Html Css Color HEX #C518C3 Deep Magenta

📋 copy color: '#C518C3'

red 197 ◦ green 24 ◦ blue 195

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

Shades of Deep Magenta #C518C3

Tints of Deep Magenta #C518C3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.77%

 BLUE value IS 195 (76.56% from 255) = 46.88%

R = 47.36%
G = 5.77%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C518C3 (or 0xC518C3) is known color: Deep Magenta. HEX triplet: C5, 18 and C3. RGB value is (197,24,195). Sum of RGB (Red+Green+Blue) = 197+24+195=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C518C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518C3 is #3AE73C. Grayscale: #5E5E5E. Windows color (decimal): -3860285 or 12785861. OLE color: 12785861.

HSL color Cylindrical-coordinate representation of color #C518C3: hue angle of 300.69º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518C3 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 195 -
CMYK 0 0.88 0.01 0.23
HSL 300.69º 0.78% 0.43% -
HSV(B) 300.69º 0.88% 0.77% -
XYZ 33.2 16.46 53.06 -
YUV 95.22 184.31 200.6 -
System Red Green Blue C M Y K H S L
Decimal 197 24 195 0 0.88 0.01 0.23 300.69 0.78 0.43
Hex C5 18 C3 0 58 1 17 12D 4E 2B
Octal 305 30 303 0 130 1 27 455 116 53
Binary 11000101 11000 11000011 0 1011000 1 10111 100101101 1001110 101011

Color Harmonies of #C518C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518C3

Black with #C518C3

Text Example


Text Example

White with #C518C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518C3; }

 p { color: rgb(197,24,195); }

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

background-color css

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

 a { background-color: rgb(197,24,195); }

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

border-color css

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

 span { border-color: rgb(197,24,195); }

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