Html Css Color HEX #C554CE Fuchsia

📋 copy color: '#C554CE'

red 197 ◦ green 84 ◦ blue 206

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

Shades of Fuchsia #C554CE

Tints of Fuchsia #C554CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.25%

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

R = 40.45%
G = 17.25%
B = 42.3%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C554CE (or 0xC554CE) is known color: Fuchsia. HEX triplet: C5, 54 and CE. RGB value is (197,84,206). Sum of RGB (Red+Green+Blue) = 197+84+206=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C554CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554CE is #3AAB31. Grayscale: #838383. Windows color (decimal): -3844914 or 13522117. OLE color: 13522117.

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

Color convert

RGB 197 84 206 -
CMYK 0.04 0.59 0 0.19
HSL 295.57º 0.55% 0.57% -
HSV(B) 295.57º 0.59% 0.81% -
XYZ 37.34 22.67 60.8 -
YUV 131.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 197 84 206 0.04 0.59 0 0.19 295.57 0.55 0.57
Hex C5 54 CE 4 3B 0 13 128 37 39
Octal 305 124 316 4 73 0 23 450 67 71
Binary 11000101 1010100 11001110 100 111011 0 10011 100101000 110111 111001

Color Harmonies of #C554CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554CE

Black with #C554CE

Text Example


Text Example

White with #C554CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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