Html Css Color HEX #C553BE Fuchsia

📋 copy color: '#C553BE'

red 197 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #C553BE

Tints of Fuchsia #C553BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 41.91%
G = 17.66%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C553BE (or 0xC553BE) is known color: Fuchsia. HEX triplet: C5, 53 and BE. RGB value is (197,83,190). Sum of RGB (Red+Green+Blue) = 197+83+190=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BE is #3AAC41. Grayscale: #808080. Windows color (decimal): -3845186 or 12473285. OLE color: 12473285.

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

Color convert

RGB 197 83 190 -
CMYK 0 0.58 0.04 0.23
HSL 303.68º 0.5% 0.55% -
HSV(B) 303.68º 0.58% 0.77% -
XYZ 35.41 21.77 51.05 -
YUV 129.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 197 83 190 0 0.58 0.04 0.23 303.68 0.5 0.55
Hex C5 53 BE 0 3A 4 17 130 32 37
Octal 305 123 276 0 72 4 27 460 62 67
Binary 11000101 1010011 10111110 0 111010 100 10111 100110000 110010 110111

Color Harmonies of #C553BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553BE

Black with #C553BE

Text Example


Text Example

White with #C553BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553BE; }

 p { color: rgb(197,83,190); }

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

background-color css

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

 a { background-color: rgb(197,83,190); }

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

border-color css

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

 span { border-color: rgb(197,83,190); }

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