Html Css Color HEX #C52CC5 Fuchsia

📋 copy color: '#C52CC5'

red 197 ◦ green 44 ◦ blue 197

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

Shades of Fuchsia #C52CC5

Tints of Fuchsia #C52CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.05%

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 44.98%
G = 10.05%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C52CC5 (or 0xC52CC5) is known color: Fuchsia. HEX triplet: C5, 2C and C5. RGB value is (197,44,197). Sum of RGB (Red+Green+Blue) = 197+44+197=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C52CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CC5 is #3AD33A. Grayscale: #6A6A6A. Windows color (decimal): -3855163 or 12922053. OLE color: 12922053.

HSL color Cylindrical-coordinate representation of color #C52CC5: hue angle of 300º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52CC5 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 44 197 -
CMYK 0 0.78 0 0.23
HSL 300º 0.63% 0.47% -
HSV(B) 300º 0.78% 0.77% -
XYZ 34 17.7 54.45 -
YUV 107.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 197 44 197 0 0.78 0 0.23 300 0.63 0.47
Hex C5 2C C5 0 4E 0 17 12C 3F 2F
Octal 305 54 305 0 116 0 27 454 77 57
Binary 11000101 101100 11000101 0 1001110 0 10111 100101100 111111 101111

Color Harmonies of #C52CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CC5

Black with #C52CC5

Text Example


Text Example

White with #C52CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CC5; }

 p { color: rgb(197,44,197); }

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

background-color css

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

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

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

border-color css

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

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

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