Html Css Color HEX #C504CE Deep Magenta

📋 copy color: '#C504CE'

red 197 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #C504CE

Tints of Deep Magenta #C504CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 48.4%
G = 0.98%
B = 50.61%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C504CE (or 0xC504CE) is known color: Deep Magenta. HEX triplet: C5, 04 and CE. RGB value is (197,4,206). Sum of RGB (Red+Green+Blue) = 197+4+206=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #C504CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504CE is #3AFB31. Grayscale: #545454. Windows color (decimal): -3865394 or 13501637. OLE color: 13501637.

HSL color Cylindrical-coordinate representation of color #C504CE: hue angle of 297.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504CE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 4 206 -
CMYK 0.04 0.98 0 0.19
HSL 297.33º 0.96% 0.41% -
HSV(B) 297.33º 0.98% 0.81% -
XYZ 34.21 16.41 59.76 -
YUV 84.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 197 4 206 0.04 0.98 0 0.19 297.33 0.96 0.41
Hex C5 4 CE 4 62 0 13 129 60 29
Octal 305 4 316 4 142 0 23 451 140 51
Binary 11000101 100 11001110 100 1100010 0 10011 100101001 1100000 101001

Color Harmonies of #C504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504CE

Black with #C504CE

Text Example


Text Example

White with #C504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504CE; }

 p { color: rgb(197,4,206); }

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

background-color css

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

 a { background-color: rgb(197,4,206); }

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

border-color css

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

 span { border-color: rgb(197,4,206); }

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