Html Css Color HEX #C505CE Deep Magenta

📋 copy color: '#C505CE'

red 197 ◦ green 5 ◦ blue 206

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

Shades of Deep Magenta #C505CE

Tints of Deep Magenta #C505CE

RGB

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

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

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

R = 48.28%
G = 1.23%
B = 50.49%

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

#C505CE (or 0xC505CE) is known color: Deep Magenta. HEX triplet: C5, 05 and CE. RGB value is (197,5,206). Sum of RGB (Red+Green+Blue) = 197+5+206=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #C505CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CE is #3AFA31. Grayscale: #545454. Windows color (decimal): -3865138 or 13501893. OLE color: 13501893.

HSL color Cylindrical-coordinate representation of color #C505CE: hue angle of 297.31º degrees, saturation: 0.95, 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 #C505CE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 5 206 -
CMYK 0.04 0.98 0 0.19
HSL 297.31º 0.95% 0.41% -
HSV(B) 297.31º 0.98% 0.81% -
XYZ 34.22 16.44 59.76 -
YUV 85.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 197 5 206 0.04 0.98 0 0.19 297.31 0.95 0.41
Hex C5 5 CE 4 62 0 13 129 5F 29
Octal 305 5 316 4 142 0 23 451 137 51
Binary 11000101 101 11001110 100 1100010 0 10011 100101001 1011111 101001

Color Harmonies of #C505CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C505CE

Black with #C505CE

Text Example


Text Example

White with #C505CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C505CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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