Html Css Color HEX #C553CA Fuchsia

📋 copy color: '#C553CA'

red 197 ◦ green 83 ◦ blue 202

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

Shades of Fuchsia #C553CA

Tints of Fuchsia #C553CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 40.87%
G = 17.22%
B = 41.91%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C553CA (or 0xC553CA) is known color: Fuchsia. HEX triplet: C5, 53 and CA. RGB value is (197,83,202). Sum of RGB (Red+Green+Blue) = 197+83+202=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C553CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553CA is #3AAC35. Grayscale: #828282. Windows color (decimal): -3845174 or 13259717. OLE color: 13259717.

HSL color Cylindrical-coordinate representation of color #C553CA: hue angle of 297.48º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C553CA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 83 202 -
CMYK 0.02 0.59 0 0.21
HSL 297.48º 0.53% 0.56% -
HSV(B) 297.48º 0.59% 0.79% -
XYZ 36.78 22.32 58.25 -
YUV 130.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 197 83 202 0.02 0.59 0 0.21 297.48 0.53 0.56
Hex C5 53 CA 2 3B 0 15 129 35 38
Octal 305 123 312 2 73 0 25 451 65 70
Binary 11000101 1010011 11001010 10 111011 0 10101 100101001 110101 111000

Color Harmonies of #C553CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553CA

Black with #C553CA

Text Example


Text Example

White with #C553CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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