Html Css Color HEX #C511CA Deep Magenta

📋 copy color: '#C511CA'

red 197 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #C511CA

Tints of Deep Magenta #C511CA

RGB

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

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

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

R = 47.36%
G = 4.09%
B = 48.56%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C511CA (or 0xC511CA) is known color: Deep Magenta. HEX triplet: C5, 11 and CA. RGB value is (197,17,202). Sum of RGB (Red+Green+Blue) = 197+17+202=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C511CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511CA is #3AEE35. Grayscale: #5B5B5B. Windows color (decimal): -3862070 or 13242821. OLE color: 13242821.

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

Color convert

RGB 197 17 202 -
CMYK 0.02 0.92 0 0.21
HSL 298.38º 0.84% 0.43% -
HSV(B) 298.38º 0.92% 0.79% -
XYZ 33.89 16.54 57.28 -
YUV 91.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 197 17 202 0.02 0.92 0 0.21 298.38 0.84 0.43
Hex C5 11 CA 2 5C 0 15 12A 54 2B
Octal 305 21 312 2 134 0 25 452 124 53
Binary 11000101 10001 11001010 10 1011100 0 10101 100101010 1010100 101011

Color Harmonies of #C511CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511CA

Black with #C511CA

Text Example


Text Example

White with #C511CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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