Html Css Color HEX #C066AC Fuchsia

📋 copy color: '#C066AC'

red 192 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C066AC

Tints of Fuchsia #C066AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

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

R = 41.2%
G = 21.89%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C066AC (or 0xC066AC) is known color: Fuchsia. HEX triplet: C0, 66 and AC. RGB value is (192,102,172). Sum of RGB (Red+Green+Blue) = 192+102+172=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C066AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066AC is #3F9953. Grayscale: #888888. Windows color (decimal): -4168020 or 11298496. OLE color: 11298496.

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

Color convert

RGB 192 102 172 -
CMYK 0 0.47 0.10 0.25
HSL 313.33º 0.42% 0.58% -
HSV(B) 313.33º 0.47% 0.75% -
XYZ 33.94 23.69 41.81 -
YUV 136.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 192 102 172 0 0.47 0.10 0.25 313.33 0.42 0.58
Hex C0 66 AC 0 2F A 19 139 2A 3A
Octal 300 146 254 0 57 12 31 471 52 72
Binary 11000000 1100110 10101100 0 101111 1010 11001 100111001 101010 111010

Color Harmonies of #C066AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066AC

Black with #C066AC

Text Example


Text Example

White with #C066AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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