Html Css Color HEX #C653AA Fuchsia

📋 copy color: '#C653AA'

red 198 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #C653AA

Tints of Fuchsia #C653AA

RGB

 RED value IS 198 (77.73% from 255) = 43.9%

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 43.9%
G = 18.4%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C653AA (or 0xC653AA) is known color: Fuchsia. HEX triplet: C6, 53 and AA. RGB value is (198,83,170). Sum of RGB (Red+Green+Blue) = 198+83+170=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AA is #39AC55. Grayscale: #7F7F7F. Windows color (decimal): -3779670 or 11162566. OLE color: 11162566.

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

Color convert

RGB 198 83 170 -
CMYK 0 0.58 0.14 0.22
HSL 314.61º 0.5% 0.55% -
HSV(B) 314.61º 0.58% 0.78% -
XYZ 33.64 21.09 40.33 -
YUV 127.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 198 83 170 0 0.58 0.14 0.22 314.61 0.5 0.55
Hex C6 53 AA 0 3A E 16 13B 32 37
Octal 306 123 252 0 72 16 26 473 62 67
Binary 11000110 1010011 10101010 0 111010 1110 10110 100111011 110010 110111

Color Harmonies of #C653AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653AA

Black with #C653AA

Text Example


Text Example

White with #C653AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653AA; }

 p { color: rgb(198,83,170); }

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

background-color css

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

 a { background-color: rgb(198,83,170); }

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

border-color css

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

 span { border-color: rgb(198,83,170); }

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