Html Css Color HEX #C52ACF Deep Magenta

📋 copy color: '#C52ACF'

red 197 ◦ green 42 ◦ blue 207

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

Shades of Deep Magenta #C52ACF

Tints of Deep Magenta #C52ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 44.17%
G = 9.42%
B = 46.41%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C52ACF (or 0xC52ACF) is known color: Deep Magenta. HEX triplet: C5, 2A and CF. RGB value is (197,42,207). Sum of RGB (Red+Green+Blue) = 197+42+207=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACF is #3AD530. Grayscale: #6A6A6A. Windows color (decimal): -3855665 or 13576901. OLE color: 13576901.

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

Color convert

RGB 197 42 207 -
CMYK 0.05 0.80 0 0.19
HSL 296.36º 0.66% 0.49% -
HSV(B) 296.36º 0.8% 0.81% -
XYZ 35.12 18.03 60.66 -
YUV 107.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 197 42 207 0.05 0.80 0 0.19 296.36 0.66 0.49
Hex C5 2A CF 5 50 0 13 128 42 31
Octal 305 52 317 5 120 0 23 450 102 61
Binary 11000101 101010 11001111 101 1010000 0 10011 100101000 1000010 110001

Color Harmonies of #C52ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ACF

Black with #C52ACF

Text Example


Text Example

White with #C52ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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