Html Css Color HEX #C064AC Fuchsia

📋 copy color: '#C064AC'

red 192 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #C064AC

Tints of Fuchsia #C064AC

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 41.38%
G = 21.55%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C064AC (or 0xC064AC) is known color: Fuchsia. HEX triplet: C0, 64 and AC. RGB value is (192,100,172). Sum of RGB (Red+Green+Blue) = 192+100+172=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C064AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064AC is #3F9B53. Grayscale: #878787. Windows color (decimal): -4168532 or 11297984. OLE color: 11297984.

HSL color Cylindrical-coordinate representation of color #C064AC: hue angle of 313.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064AC is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 172 -
CMYK 0 0.48 0.10 0.25
HSL 313.04º 0.42% 0.57% -
HSV(B) 313.04º 0.48% 0.75% -
XYZ 33.74 23.3 41.75 -
YUV 135.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 192 100 172 0 0.48 0.10 0.25 313.04 0.42 0.57
Hex C0 64 AC 0 30 A 19 139 2A 39
Octal 300 144 254 0 60 12 31 471 52 71
Binary 11000000 1100100 10101100 0 110000 1010 11001 100111001 101010 111001

Color Harmonies of #C064AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064AC

Black with #C064AC

Text Example


Text Example

White with #C064AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064AC; }

 p { color: rgb(192,100,172); }

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

background-color css

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

 a { background-color: rgb(192,100,172); }

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

border-color css

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

 span { border-color: rgb(192,100,172); }

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