Html Css Color HEX #C54CCE Fuchsia

📋 copy color: '#C54CCE'

red 197 ◦ green 76 ◦ blue 206

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

Shades of Fuchsia #C54CCE

Tints of Fuchsia #C54CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 41.13%
G = 15.87%
B = 43.01%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C54CCE (or 0xC54CCE) is known color: Fuchsia. HEX triplet: C5, 4C and CE. RGB value is (197,76,206). Sum of RGB (Red+Green+Blue) = 197+76+206=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C54CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCE is #3AB331. Grayscale: #7E7E7E. Windows color (decimal): -3846962 or 13520069. OLE color: 13520069.

HSL color Cylindrical-coordinate representation of color #C54CCE: hue angle of 295.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54CCE is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 76 206 -
CMYK 0.04 0.63 0 0.19
HSL 295.85º 0.57% 0.55% -
HSV(B) 295.85º 0.63% 0.81% -
XYZ 36.75 21.5 60.6 -
YUV 127 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 197 76 206 0.04 0.63 0 0.19 295.85 0.57 0.55
Hex C5 4C CE 4 3F 0 13 128 39 37
Octal 305 114 316 4 77 0 23 450 71 67
Binary 11000101 1001100 11001110 100 111111 0 10011 100101000 111001 110111

Color Harmonies of #C54CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CCE

Black with #C54CCE

Text Example


Text Example

White with #C54CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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