Html Css Color HEX #C508CA Deep Magenta

📋 copy color: '#C508CA'

red 197 ◦ green 8 ◦ blue 202

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

Shades of Deep Magenta #C508CA

Tints of Deep Magenta #C508CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.97%

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

R = 48.4%
G = 1.97%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C508CA (or 0xC508CA) is known color: Deep Magenta. HEX triplet: C5, 08 and CA. RGB value is (197,8,202). Sum of RGB (Red+Green+Blue) = 197+8+202=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C508CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508CA is #3AF735. Grayscale: #565656. Windows color (decimal): -3864374 or 13240517. OLE color: 13240517.

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

Color convert

RGB 197 8 202 -
CMYK 0.02 0.96 0 0.21
HSL 298.45º 0.92% 0.41% -
HSV(B) 298.45º 0.96% 0.79% -
XYZ 33.77 16.31 57.24 -
YUV 86.63 193.12 206.73 -
System Red Green Blue C M Y K H S L
Decimal 197 8 202 0.02 0.96 0 0.21 298.45 0.92 0.41
Hex C5 8 CA 2 60 0 15 12A 5C 29
Octal 305 10 312 2 140 0 25 452 134 51
Binary 11000101 1000 11001010 10 1100000 0 10101 100101010 1011100 101001

Color Harmonies of #C508CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C508CA

Black with #C508CA

Text Example


Text Example

White with #C508CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C508CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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