Html Css Color HEX #C06ABF Fuchsia

📋 copy color: '#C06ABF'

red 192 ◦ green 106 ◦ blue 191

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

Shades of Fuchsia #C06ABF

Tints of Fuchsia #C06ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

 BLUE value IS 191 (75% from 255) = 39.06%

R = 39.26%
G = 21.68%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06ABF (or 0xC06ABF) is known color: Fuchsia. HEX triplet: C0, 6A and BF. RGB value is (192,106,191). Sum of RGB (Red+Green+Blue) = 192+106+191=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABF is #3F9540. Grayscale: #8D8D8D. Windows color (decimal): -4166977 or 12544704. OLE color: 12544704.

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

Color convert

RGB 192 106 191 -
CMYK 0 0.45 0.01 0.25
HSL 300.7º 0.41% 0.58% -
HSV(B) 300.7º 0.45% 0.75% -
XYZ 36.3 25.28 52.26 -
YUV 141.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 192 106 191 0 0.45 0.01 0.25 300.7 0.41 0.58
Hex C0 6A BF 0 2D 1 19 12D 29 3A
Octal 300 152 277 0 55 1 31 455 51 72
Binary 11000000 1101010 10111111 0 101101 1 11001 100101101 101001 111010

Color Harmonies of #C06ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ABF

Black with #C06ABF

Text Example


Text Example

White with #C06ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ABF; }

 p { color: rgb(192,106,191); }

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

background-color css

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

 a { background-color: rgb(192,106,191); }

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

border-color css

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

 span { border-color: rgb(192,106,191); }

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