Html Css Color HEX #C505CC Deep Magenta

📋 copy color: '#C505CC'

red 197 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #C505CC

Tints of Deep Magenta #C505CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 48.52%
G = 1.23%
B = 50.25%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C505CC (or 0xC505CC) is known color: Deep Magenta. HEX triplet: C5, 05 and CC. RGB value is (197,5,204). Sum of RGB (Red+Green+Blue) = 197+5+204=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C505CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CC is #3AFA33. Grayscale: #545454. Windows color (decimal): -3865140 or 13370821. OLE color: 13370821.

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

Color convert

RGB 197 5 204 -
CMYK 0.03 0.98 0 0.2
HSL 297.89º 0.95% 0.41% -
HSV(B) 297.89º 0.98% 0.8% -
XYZ 33.98 16.34 58.49 -
YUV 85.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 197 5 204 0.03 0.98 0 0.2 297.89 0.95 0.41
Hex C5 5 CC 3 62 0 14 12A 5F 29
Octal 305 5 314 3 142 0 24 452 137 51
Binary 11000101 101 11001100 11 1100010 0 10100 100101010 1011111 101001

Color Harmonies of #C505CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505CC

Black with #C505CC

Text Example


Text Example

White with #C505CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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