Html Css Color HEX #C55CB5 Fuchsia

📋 copy color: '#C55CB5'

red 197 ◦ green 92 ◦ blue 181

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

Shades of Fuchsia #C55CB5

Tints of Fuchsia #C55CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

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

R = 41.91%
G = 19.57%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C55CB5 (or 0xC55CB5) is known color: Fuchsia. HEX triplet: C5, 5C and B5. RGB value is (197,92,181). Sum of RGB (Red+Green+Blue) = 197+92+181=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CB5 is #3AA34A. Grayscale: #858585. Windows color (decimal): -3842891 or 11885765. OLE color: 11885765.

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

Color convert

RGB 197 92 181 -
CMYK 0 0.53 0.08 0.23
HSL 309.14º 0.48% 0.57% -
HSV(B) 309.14º 0.53% 0.77% -
XYZ 35.19 22.86 46.27 -
YUV 133.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 197 92 181 0 0.53 0.08 0.23 309.14 0.48 0.57
Hex C5 5C B5 0 35 8 17 135 30 39
Octal 305 134 265 0 65 10 27 465 60 71
Binary 11000101 1011100 10110101 0 110101 1000 10111 100110101 110000 111001

Color Harmonies of #C55CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CB5

Black with #C55CB5

Text Example


Text Example

White with #C55CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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