Html Css Color HEX #C061AF Fuchsia

📋 copy color: '#C061AF'

red 192 ◦ green 97 ◦ blue 175

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

Shades of Fuchsia #C061AF

Tints of Fuchsia #C061AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 41.38%
G = 20.91%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C061AF (or 0xC061AF) is known color: Fuchsia. HEX triplet: C0, 61 and AF. RGB value is (192,97,175). Sum of RGB (Red+Green+Blue) = 192+97+175=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AF is #3F9E50. Grayscale: #868686. Windows color (decimal): -4169297 or 11493824. OLE color: 11493824.

HSL color Cylindrical-coordinate representation of color #C061AF: hue angle of 310.74º 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 #C061AF is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 175 -
CMYK 0 0.49 0.09 0.25
HSL 310.74º 0.43% 0.57% -
HSV(B) 310.74º 0.49% 0.75% -
XYZ 33.75 22.85 43.19 -
YUV 134.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 192 97 175 0 0.49 0.09 0.25 310.74 0.43 0.57
Hex C0 61 AF 0 31 9 19 137 2B 39
Octal 300 141 257 0 61 11 31 467 53 71
Binary 11000000 1100001 10101111 0 110001 1001 11001 100110111 101011 111001

Color Harmonies of #C061AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C061AF

Black with #C061AF

Text Example


Text Example

White with #C061AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C061AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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