Html Css Color HEX #C511CC Deep Magenta

📋 copy color: '#C511CC'

red 197 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C511CC

Tints of Deep Magenta #C511CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 47.13%
G = 4.07%
B = 48.8%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C511CC (or 0xC511CC) is known color: Deep Magenta. HEX triplet: C5, 11 and CC. RGB value is (197,17,204). Sum of RGB (Red+Green+Blue) = 197+17+204=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C511CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511CC is #3AEE33. Grayscale: #5B5B5B. Windows color (decimal): -3862068 or 13373893. OLE color: 13373893.

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

Color convert

RGB 197 17 204 -
CMYK 0.03 0.92 0 0.2
HSL 297.75º 0.85% 0.43% -
HSV(B) 297.75º 0.92% 0.8% -
XYZ 34.13 16.63 58.54 -
YUV 92.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 197 17 204 0.03 0.92 0 0.2 297.75 0.85 0.43
Hex C5 11 CC 3 5C 0 14 12A 55 2B
Octal 305 21 314 3 134 0 24 452 125 53
Binary 11000101 10001 11001100 11 1011100 0 10100 100101010 1010101 101011

Color Harmonies of #C511CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511CC

Black with #C511CC

Text Example


Text Example

White with #C511CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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