Html Css Color HEX #C553C0 Fuchsia

📋 copy color: '#C553C0'

red 197 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #C553C0

Tints of Fuchsia #C553C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 41.74%
G = 17.58%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C553C0 (or 0xC553C0) is known color: Fuchsia. HEX triplet: C5, 53 and C0. RGB value is (197,83,192). Sum of RGB (Red+Green+Blue) = 197+83+192=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C553C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553C0 is #3AAC3F. Grayscale: #818181. Windows color (decimal): -3845184 or 12604357. OLE color: 12604357.

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

Color convert

RGB 197 83 192 -
CMYK 0 0.58 0.03 0.23
HSL 302.63º 0.5% 0.55% -
HSV(B) 302.63º 0.58% 0.77% -
XYZ 35.63 21.86 52.21 -
YUV 129.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 197 83 192 0 0.58 0.03 0.23 302.63 0.5 0.55
Hex C5 53 C0 0 3A 3 17 12F 32 37
Octal 305 123 300 0 72 3 27 457 62 67
Binary 11000101 1010011 11000000 0 111010 11 10111 100101111 110010 110111

Color Harmonies of #C553C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553C0

Black with #C553C0

Text Example


Text Example

White with #C553C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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