Html Css Color HEX #C510CA Deep Magenta

📋 copy color: '#C510CA'

red 197 ◦ green 16 ◦ blue 202

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

Shades of Deep Magenta #C510CA

Tints of Deep Magenta #C510CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 47.47%
G = 3.86%
B = 48.67%

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

#C510CA (or 0xC510CA) is known color: Deep Magenta. HEX triplet: C5, 10 and CA. RGB value is (197,16,202). Sum of RGB (Red+Green+Blue) = 197+16+202=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #C510CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CA is #3AEF35. Grayscale: #5A5A5A. Windows color (decimal): -3862326 or 13242565. OLE color: 13242565.

HSL color Cylindrical-coordinate representation of color #C510CA: hue angle of 298.39º degrees, saturation: 0.85, 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 #C510CA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 16 202 -
CMYK 0.02 0.92 0 0.21
HSL 298.39º 0.85% 0.43% -
HSV(B) 298.39º 0.92% 0.79% -
XYZ 33.87 16.51 57.28 -
YUV 91.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 197 16 202 0.02 0.92 0 0.21 298.39 0.85 0.43
Hex C5 10 CA 2 5C 0 15 12A 55 2B
Octal 305 20 312 2 134 0 25 452 125 53
Binary 11000101 10000 11001010 10 1011100 0 10101 100101010 1010101 101011

Color Harmonies of #C510CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510CA

Black with #C510CA

Text Example


Text Example

White with #C510CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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