Html Css Color HEX #C52ECC Fuchsia

📋 copy color: '#C52ECC'

red 197 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #C52ECC

Tints of Fuchsia #C52ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 44.07%
G = 10.29%
B = 45.64%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C52ECC (or 0xC52ECC) is known color: Fuchsia. HEX triplet: C5, 2E and CC. RGB value is (197,46,204). Sum of RGB (Red+Green+Blue) = 197+46+204=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #C52ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ECC is #3AD133. Grayscale: #6C6C6C. Windows color (decimal): -3854644 or 13381317. OLE color: 13381317.

HSL color Cylindrical-coordinate representation of color #C52ECC: hue angle of 297.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52ECC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 46 204 -
CMYK 0.03 0.77 0 0.2
HSL 297.34º 0.63% 0.49% -
HSV(B) 297.34º 0.77% 0.8% -
XYZ 34.9 18.18 58.8 -
YUV 109.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 197 46 204 0.03 0.77 0 0.2 297.34 0.63 0.49
Hex C5 2E CC 3 4D 0 14 129 3F 31
Octal 305 56 314 3 115 0 24 451 77 61
Binary 11000101 101110 11001100 11 1001101 0 10100 100101001 111111 110001

Color Harmonies of #C52ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ECC

Black with #C52ECC

Text Example


Text Example

White with #C52ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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