Html Css Color HEX #C52FCA Fuchsia

📋 copy color: '#C52FCA'

red 197 ◦ green 47 ◦ blue 202

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

Shades of Fuchsia #C52FCA

Tints of Fuchsia #C52FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.54%

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

R = 44.17%
G = 10.54%
B = 45.29%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C52FCA (or 0xC52FCA) is known color: Fuchsia. HEX triplet: C5, 2F and CA. RGB value is (197,47,202). Sum of RGB (Red+Green+Blue) = 197+47+202=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #C52FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FCA is #3AD035. Grayscale: #6D6D6D. Windows color (decimal): -3854390 or 13250501. OLE color: 13250501.

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

Color convert

RGB 197 47 202 -
CMYK 0.02 0.77 0 0.21
HSL 298.06º 0.62% 0.49% -
HSV(B) 298.06º 0.77% 0.79% -
XYZ 34.7 18.17 57.55 -
YUV 109.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 197 47 202 0.02 0.77 0 0.21 298.06 0.62 0.49
Hex C5 2F CA 2 4D 0 15 12A 3E 31
Octal 305 57 312 2 115 0 25 452 76 61
Binary 11000101 101111 11001010 10 1001101 0 10101 100101010 111110 110001

Color Harmonies of #C52FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52FCA

Black with #C52FCA

Text Example


Text Example

White with #C52FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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