Html Css Color HEX #C52EC2 Fuchsia

📋 copy color: '#C52EC2'

red 197 ◦ green 46 ◦ blue 194

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

Shades of Fuchsia #C52EC2

Tints of Fuchsia #C52EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.39%

R = 45.08%
G = 10.53%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C52EC2 (or 0xC52EC2) is known color: Fuchsia. HEX triplet: C5, 2E and C2. RGB value is (197,46,194). Sum of RGB (Red+Green+Blue) = 197+46+194=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EC2 is #3AD13D. Grayscale: #6B6B6B. Windows color (decimal): -3854654 or 12725957. OLE color: 12725957.

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

Color convert

RGB 197 46 194 -
CMYK 0 0.77 0.02 0.23
HSL 301.19º 0.62% 0.48% -
HSV(B) 301.19º 0.77% 0.77% -
XYZ 33.74 17.72 52.68 -
YUV 108.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 197 46 194 0 0.77 0.02 0.23 301.19 0.62 0.48
Hex C5 2E C2 0 4D 2 17 12D 3E 30
Octal 305 56 302 0 115 2 27 455 76 60
Binary 11000101 101110 11000010 0 1001101 10 10111 100101101 111110 110000

Color Harmonies of #C52EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EC2

Black with #C52EC2

Text Example


Text Example

White with #C52EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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