Html Css Color HEX #C555B5 Fuchsia

📋 copy color: '#C555B5'

red 197 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #C555B5

Tints of Fuchsia #C555B5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.36%

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 42.55%
G = 18.36%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C555B5 (or 0xC555B5) is known color: Fuchsia. HEX triplet: C5, 55 and B5. RGB value is (197,85,181). Sum of RGB (Red+Green+Blue) = 197+85+181=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C555B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555B5 is #3AAA4A. Grayscale: #818181. Windows color (decimal): -3844683 or 11883973. OLE color: 11883973.

HSL color Cylindrical-coordinate representation of color #C555B5: hue angle of 308.57º 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 #C555B5 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 181 -
CMYK 0 0.57 0.08 0.23
HSL 308.57º 0.49% 0.55% -
HSV(B) 308.57º 0.57% 0.77% -
XYZ 34.61 21.7 46.08 -
YUV 129.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 197 85 181 0 0.57 0.08 0.23 308.57 0.49 0.55
Hex C5 55 B5 0 39 8 17 135 31 37
Octal 305 125 265 0 71 10 27 465 61 67
Binary 11000101 1010101 10110101 0 111001 1000 10111 100110101 110001 110111

Color Harmonies of #C555B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555B5

Black with #C555B5

Text Example


Text Example

White with #C555B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555B5; }

 p { color: rgb(197,85,181); }

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

background-color css

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

 a { background-color: rgb(197,85,181); }

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

border-color css

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

 span { border-color: rgb(197,85,181); }

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