Html Css Color HEX #C653AE Fuchsia

📋 copy color: '#C653AE'

red 198 ◦ green 83 ◦ blue 174

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

Shades of Fuchsia #C653AE

Tints of Fuchsia #C653AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 43.52%
G = 18.24%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C653AE (or 0xC653AE) is known color: Fuchsia. HEX triplet: C6, 53 and AE. RGB value is (198,83,174). Sum of RGB (Red+Green+Blue) = 198+83+174=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AE is #39AC51. Grayscale: #7F7F7F. Windows color (decimal): -3779666 or 11424710. OLE color: 11424710.

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

Color convert

RGB 198 83 174 -
CMYK 0 0.58 0.12 0.22
HSL 312.52º 0.5% 0.55% -
HSV(B) 312.52º 0.58% 0.78% -
XYZ 34.02 21.25 42.35 -
YUV 127.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 198 83 174 0 0.58 0.12 0.22 312.52 0.5 0.55
Hex C6 53 AE 0 3A C 16 139 32 37
Octal 306 123 256 0 72 14 26 471 62 67
Binary 11000110 1010011 10101110 0 111010 1100 10110 100111001 110010 110111

Color Harmonies of #C653AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C653AE

Black with #C653AE

Text Example


Text Example

White with #C653AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C653AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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