Html Css Color HEX #C52EBC Fuchsia

📋 copy color: '#C52EBC'

red 197 ◦ green 46 ◦ blue 188

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

Shades of Fuchsia #C52EBC

Tints of Fuchsia #C52EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 45.71%
G = 10.67%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C52EBC (or 0xC52EBC) is known color: Fuchsia. HEX triplet: C5, 2E and BC. RGB value is (197,46,188). Sum of RGB (Red+Green+Blue) = 197+46+188=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EBC is #3AD143. Grayscale: #6A6A6A. Windows color (decimal): -3854660 or 12332741. OLE color: 12332741.

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

Color convert

RGB 197 46 188 -
CMYK 0 0.77 0.05 0.23
HSL 303.58º 0.62% 0.48% -
HSV(B) 303.58º 0.77% 0.77% -
XYZ 33.08 17.46 49.2 -
YUV 107.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 197 46 188 0 0.77 0.05 0.23 303.58 0.62 0.48
Hex C5 2E BC 0 4D 5 17 130 3E 30
Octal 305 56 274 0 115 5 27 460 76 60
Binary 11000101 101110 10111100 0 1001101 101 10111 100110000 111110 110000

Color Harmonies of #C52EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EBC

Black with #C52EBC

Text Example


Text Example

White with #C52EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EBC; }

 p { color: rgb(197,46,188); }

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

background-color css

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

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

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

border-color css

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

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

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