Html Css Color HEX #C54DCE Fuchsia

📋 copy color: '#C54DCE'

red 197 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #C54DCE

Tints of Fuchsia #C54DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

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

R = 41.04%
G = 16.04%
B = 42.92%

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

#C54DCE (or 0xC54DCE) is known color: Fuchsia. HEX triplet: C5, 4D and CE. RGB value is (197,77,206). Sum of RGB (Red+Green+Blue) = 197+77+206=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #C54DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DCE is #3AB231. Grayscale: #7F7F7F. Windows color (decimal): -3846706 or 13520325. OLE color: 13520325.

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

Color convert

RGB 197 77 206 -
CMYK 0.04 0.63 0 0.19
HSL 295.81º 0.57% 0.55% -
HSV(B) 295.81º 0.63% 0.81% -
XYZ 36.82 21.63 60.63 -
YUV 127.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 197 77 206 0.04 0.63 0 0.19 295.81 0.57 0.55
Hex C5 4D CE 4 3F 0 13 128 39 37
Octal 305 115 316 4 77 0 23 450 71 67
Binary 11000101 1001101 11001110 100 111111 0 10011 100101000 111001 110111

Color Harmonies of #C54DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DCE

Black with #C54DCE

Text Example


Text Example

White with #C54DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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