Html Css Color HEX #C52AD0 Deep Magenta

📋 copy color: '#C52AD0'

red 197 ◦ green 42 ◦ blue 208

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

Shades of Deep Magenta #C52AD0

Tints of Deep Magenta #C52AD0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.4%

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 44.07%
G = 9.4%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C52AD0 (or 0xC52AD0) is known color: Deep Magenta. HEX triplet: C5, 2A and D0. RGB value is (197,42,208). Sum of RGB (Red+Green+Blue) = 197+42+208=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #C52AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52AD0 is #3AD52F. Grayscale: #6A6A6A. Windows color (decimal): -3855664 or 13642437. OLE color: 13642437.

HSL color Cylindrical-coordinate representation of color #C52AD0: hue angle of 296.02º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52AD0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 42 208 -
CMYK 0.05 0.80 0 0.18
HSL 296.02º 0.66% 0.49% -
HSV(B) 296.02º 0.8% 0.82% -
XYZ 35.24 18.08 61.31 -
YUV 107.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 197 42 208 0.05 0.80 0 0.18 296.02 0.66 0.49
Hex C5 2A D0 5 50 0 12 128 42 31
Octal 305 52 320 5 120 0 22 450 102 61
Binary 11000101 101010 11010000 101 1010000 0 10010 100101000 1000010 110001

Color Harmonies of #C52AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AD0

Black with #C52AD0

Text Example


Text Example

White with #C52AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AD0; }

 p { color: rgb(197,42,208); }

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

background-color css

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

 a { background-color: rgb(197,42,208); }

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

border-color css

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

 span { border-color: rgb(197,42,208); }

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