Html Css Color HEX #C504C2 Deep Magenta

📋 copy color: '#C504C2'

red 197 ◦ green 4 ◦ blue 194

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

Shades of Deep Magenta #C504C2

Tints of Deep Magenta #C504C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.11%

R = 49.87%
G = 1.01%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C504C2 (or 0xC504C2) is known color: Deep Magenta. HEX triplet: C5, 04 and C2. RGB value is (197,4,194). Sum of RGB (Red+Green+Blue) = 197+4+194=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C504C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504C2 is #3AFB3D. Grayscale: #525252. Windows color (decimal): -3865406 or 12715205. OLE color: 12715205.

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

Color convert

RGB 197 4 194 -
CMYK 0 0.98 0.02 0.23
HSL 300.93º 0.96% 0.39% -
HSV(B) 300.93º 0.98% 0.77% -
XYZ 32.81 15.85 52.37 -
YUV 83.37 190.44 209.05 -
System Red Green Blue C M Y K H S L
Decimal 197 4 194 0 0.98 0.02 0.23 300.93 0.96 0.39
Hex C5 4 C2 0 62 2 17 12D 60 27
Octal 305 4 302 0 142 2 27 455 140 47
Binary 11000101 100 11000010 0 1100010 10 10111 100101101 1100000 100111

Color Harmonies of #C504C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C504C2

Black with #C504C2

Text Example


Text Example

White with #C504C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C504C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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