Html Css Color HEX #C553CD Fuchsia

📋 copy color: '#C553CD'

red 197 ◦ green 83 ◦ blue 205

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

Shades of Fuchsia #C553CD

Tints of Fuchsia #C553CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 40.62%
G = 17.11%
B = 42.27%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C553CD (or 0xC553CD) is known color: Fuchsia. HEX triplet: C5, 53 and CD. RGB value is (197,83,205). Sum of RGB (Red+Green+Blue) = 197+83+205=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #C553CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553CD is #3AAC32. Grayscale: #828282. Windows color (decimal): -3845171 or 13456325. OLE color: 13456325.

HSL color Cylindrical-coordinate representation of color #C553CD: hue angle of 296.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C553CD is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 83 205 -
CMYK 0.04 0.60 0 0.20
HSL 296.07º 0.55% 0.56% -
HSV(B) 296.07º 0.6% 0.8% -
XYZ 37.14 22.46 60.14 -
YUV 130.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 197 83 205 0.04 0.60 0 0.20 296.07 0.55 0.56
Hex C5 53 CD 4 3C 0 14 128 37 38
Octal 305 123 315 4 74 0 24 450 67 70
Binary 11000101 1010011 11001101 100 111100 0 10100 100101000 110111 111000

Color Harmonies of #C553CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553CD

Black with #C553CD

Text Example


Text Example

White with #C553CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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