Html Css Color HEX #C648AA Fuchsia

📋 copy color: '#C648AA'

red 198 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #C648AA

Tints of Fuchsia #C648AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

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

R = 45%
G = 16.36%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C648AA (or 0xC648AA) is known color: Fuchsia. HEX triplet: C6, 48 and AA. RGB value is (198,72,170). Sum of RGB (Red+Green+Blue) = 198+72+170=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C648AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648AA is #39B755. Grayscale: #787878. Windows color (decimal): -3782486 or 11159750. OLE color: 11159750.

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

Color convert

RGB 198 72 170 -
CMYK 0 0.64 0.14 0.22
HSL 313.33º 0.53% 0.53% -
HSV(B) 313.33º 0.64% 0.78% -
XYZ 32.86 19.54 40.07 -
YUV 120.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 198 72 170 0 0.64 0.14 0.22 313.33 0.53 0.53
Hex C6 48 AA 0 40 E 16 139 34 35
Octal 306 110 252 0 100 16 26 471 64 65
Binary 11000110 1001000 10101010 0 1000000 1110 10110 100111001 110100 110101

Color Harmonies of #C648AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648AA

Black with #C648AA

Text Example


Text Example

White with #C648AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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