Html Css Color HEX #C65FAC Fuchsia

📋 copy color: '#C65FAC'

red 198 ◦ green 95 ◦ blue 172

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

Shades of Fuchsia #C65FAC

Tints of Fuchsia #C65FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

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

R = 42.58%
G = 20.43%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C65FAC (or 0xC65FAC) is known color: Fuchsia. HEX triplet: C6, 5F and AC. RGB value is (198,95,172). Sum of RGB (Red+Green+Blue) = 198+95+172=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAC is #39A053. Grayscale: #868686. Windows color (decimal): -3776596 or 11296710. OLE color: 11296710.

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

Color convert

RGB 198 95 172 -
CMYK 0 0.52 0.13 0.22
HSL 315.15º 0.47% 0.57% -
HSV(B) 315.15º 0.52% 0.78% -
XYZ 34.83 23.17 41.67 -
YUV 134.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 198 95 172 0 0.52 0.13 0.22 315.15 0.47 0.57
Hex C6 5F AC 0 34 D 16 13B 2F 39
Octal 306 137 254 0 64 15 26 473 57 71
Binary 11000110 1011111 10101100 0 110100 1101 10110 100111011 101111 111001

Color Harmonies of #C65FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FAC

Black with #C65FAC

Text Example


Text Example

White with #C65FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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