Html Css Color HEX #C648AC Fuchsia

📋 copy color: '#C648AC'

red 198 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C648AC

Tints of Fuchsia #C648AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 44.8%
G = 16.29%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C648AC (or 0xC648AC) is known color: Fuchsia. HEX triplet: C6, 48 and AC. RGB value is (198,72,172). Sum of RGB (Red+Green+Blue) = 198+72+172=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C648AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648AC is #39B753. Grayscale: #787878. Windows color (decimal): -3782484 or 11290822. OLE color: 11290822.

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

Color convert

RGB 198 72 172 -
CMYK 0 0.64 0.13 0.22
HSL 312.38º 0.53% 0.53% -
HSV(B) 312.38º 0.64% 0.78% -
XYZ 33.05 19.62 41.07 -
YUV 121.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 198 72 172 0 0.64 0.13 0.22 312.38 0.53 0.53
Hex C6 48 AC 0 40 D 16 138 34 35
Octal 306 110 254 0 100 15 26 470 64 65
Binary 11000110 1001000 10101100 0 1000000 1101 10110 100111000 110100 110101

Color Harmonies of #C648AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648AC

Black with #C648AC

Text Example


Text Example

White with #C648AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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