Html Css Color HEX #C54CCC Fuchsia

📋 copy color: '#C54CCC'

red 197 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #C54CCC

Tints of Fuchsia #C54CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.93%

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

R = 41.3%
G = 15.93%
B = 42.77%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C54CCC (or 0xC54CCC) is known color: Fuchsia. HEX triplet: C5, 4C and CC. RGB value is (197,76,204). Sum of RGB (Red+Green+Blue) = 197+76+204=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C54CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCC is #3AB333. Grayscale: #7E7E7E. Windows color (decimal): -3846964 or 13388997. OLE color: 13388997.

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

Color convert

RGB 197 76 204 -
CMYK 0.03 0.63 0 0.2
HSL 296.72º 0.56% 0.55% -
HSV(B) 296.72º 0.63% 0.8% -
XYZ 36.51 21.4 59.33 -
YUV 126.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 197 76 204 0.03 0.63 0 0.2 296.72 0.56 0.55
Hex C5 4C CC 3 3F 0 14 129 38 37
Octal 305 114 314 3 77 0 24 451 70 67
Binary 11000101 1001100 11001100 11 111111 0 10100 100101001 111000 110111

Color Harmonies of #C54CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CCC

Black with #C54CCC

Text Example


Text Example

White with #C54CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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