Html Css Color HEX #C554BC Fuchsia

📋 copy color: '#C554BC'

red 197 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #C554BC

Tints of Fuchsia #C554BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 42%
G = 17.91%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C554BC (or 0xC554BC) is known color: Fuchsia. HEX triplet: C5, 54 and BC. RGB value is (197,84,188). Sum of RGB (Red+Green+Blue) = 197+84+188=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C554BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554BC is #3AAB43. Grayscale: #818181. Windows color (decimal): -3844932 or 12342469. OLE color: 12342469.

HSL color Cylindrical-coordinate representation of color #C554BC: hue angle of 304.78º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C554BC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 188 -
CMYK 0 0.57 0.05 0.23
HSL 304.78º 0.49% 0.55% -
HSV(B) 304.78º 0.57% 0.77% -
XYZ 35.27 21.84 49.93 -
YUV 129.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 197 84 188 0 0.57 0.05 0.23 304.78 0.49 0.55
Hex C5 54 BC 0 39 5 17 131 31 37
Octal 305 124 274 0 71 5 27 461 61 67
Binary 11000101 1010100 10111100 0 111001 101 10111 100110001 110001 110111

Color Harmonies of #C554BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554BC

Black with #C554BC

Text Example


Text Example

White with #C554BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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