Html Css Color HEX #C061A6 Fuchsia

📋 copy color: '#C061A6'

red 192 ◦ green 97 ◦ blue 166

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

Shades of Fuchsia #C061A6

Tints of Fuchsia #C061A6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.32%

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 42.2%
G = 21.32%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C061A6 (or 0xC061A6) is known color: Fuchsia. HEX triplet: C0, 61 and A6. RGB value is (192,97,166). Sum of RGB (Red+Green+Blue) = 192+97+166=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A6 is #3F9E59. Grayscale: #858585. Windows color (decimal): -4169306 or 10904000. OLE color: 10904000.

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

Color convert

RGB 192 97 166 -
CMYK 0 0.49 0.14 0.25
HSL 316.42º 0.43% 0.57% -
HSV(B) 316.42º 0.49% 0.75% -
XYZ 32.9 22.51 38.69 -
YUV 133.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 192 97 166 0 0.49 0.14 0.25 316.42 0.43 0.57
Hex C0 61 A6 0 31 E 19 13C 2B 39
Octal 300 141 246 0 61 16 31 474 53 71
Binary 11000000 1100001 10100110 0 110001 1110 11001 100111100 101011 111001

Color Harmonies of #C061A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061A6

Black with #C061A6

Text Example


Text Example

White with #C061A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061A6; }

 p { color: rgb(192,97,166); }

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

background-color css

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

 a { background-color: rgb(192,97,166); }

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

border-color css

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

 span { border-color: rgb(192,97,166); }

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