Html Css Color HEX #C52DCA Fuchsia

📋 copy color: '#C52DCA'

red 197 ◦ green 45 ◦ blue 202

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

Shades of Fuchsia #C52DCA

Tints of Fuchsia #C52DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.14%

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

R = 44.37%
G = 10.14%
B = 45.5%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C52DCA (or 0xC52DCA) is known color: Fuchsia. HEX triplet: C5, 2D and CA. RGB value is (197,45,202). Sum of RGB (Red+Green+Blue) = 197+45+202=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #C52DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DCA is #3AD235. Grayscale: #6B6B6B. Windows color (decimal): -3854902 or 13249989. OLE color: 13249989.

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

Color convert

RGB 197 45 202 -
CMYK 0.02 0.78 0 0.21
HSL 298.09º 0.64% 0.48% -
HSV(B) 298.09º 0.78% 0.79% -
XYZ 34.63 18.01 57.53 -
YUV 108.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 197 45 202 0.02 0.78 0 0.21 298.09 0.64 0.48
Hex C5 2D CA 2 4E 0 15 12A 40 30
Octal 305 55 312 2 116 0 25 452 100 60
Binary 11000101 101101 11001010 10 1001110 0 10101 100101010 1000000 110000

Color Harmonies of #C52DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DCA

Black with #C52DCA

Text Example


Text Example

White with #C52DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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