Html Css Color HEX #C505CA Deep Magenta

📋 copy color: '#C505CA'

red 197 ◦ green 5 ◦ blue 202

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

Shades of Deep Magenta #C505CA

Tints of Deep Magenta #C505CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 48.76%
G = 1.24%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C505CA (or 0xC505CA) is known color: Deep Magenta. HEX triplet: C5, 05 and CA. RGB value is (197,5,202). Sum of RGB (Red+Green+Blue) = 197+5+202=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #C505CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CA is #3AFA35. Grayscale: #545454. Windows color (decimal): -3865142 or 13239749. OLE color: 13239749.

HSL color Cylindrical-coordinate representation of color #C505CA: hue angle of 298.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505CA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 5 202 -
CMYK 0.02 0.98 0 0.21
HSL 298.48º 0.95% 0.41% -
HSV(B) 298.48º 0.98% 0.79% -
XYZ 33.74 16.24 57.23 -
YUV 84.87 194.11 207.98 -
System Red Green Blue C M Y K H S L
Decimal 197 5 202 0.02 0.98 0 0.21 298.48 0.95 0.41
Hex C5 5 CA 2 62 0 15 12A 5F 29
Octal 305 5 312 2 142 0 25 452 137 51
Binary 11000101 101 11001010 10 1100010 0 10101 100101010 1011111 101001

Color Harmonies of #C505CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505CA

Black with #C505CA

Text Example


Text Example

White with #C505CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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