Html Css Color HEX #C52EBE Fuchsia

📋 copy color: '#C52EBE'

red 197 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #C52EBE

Tints of Fuchsia #C52EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 45.5%
G = 10.62%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C52EBE (or 0xC52EBE) is known color: Fuchsia. HEX triplet: C5, 2E and BE. RGB value is (197,46,190). Sum of RGB (Red+Green+Blue) = 197+46+190=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EBE is #3AD141. Grayscale: #6B6B6B. Windows color (decimal): -3854658 or 12463813. OLE color: 12463813.

HSL color Cylindrical-coordinate representation of color #C52EBE: hue angle of 302.78º 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 #C52EBE is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 46 190 -
CMYK 0 0.77 0.04 0.23
HSL 302.78º 0.62% 0.48% -
HSV(B) 302.78º 0.77% 0.77% -
XYZ 33.3 17.54 50.35 -
YUV 107.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 197 46 190 0 0.77 0.04 0.23 302.78 0.62 0.48
Hex C5 2E BE 0 4D 4 17 12F 3E 30
Octal 305 56 276 0 115 4 27 457 76 60
Binary 11000101 101110 10111110 0 1001101 100 10111 100101111 111110 110000

Color Harmonies of #C52EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EBE

Black with #C52EBE

Text Example


Text Example

White with #C52EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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