Html Css Color HEX #C06ABE Fuchsia

📋 copy color: '#C06ABE'

red 192 ◦ green 106 ◦ blue 190

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

Shades of Fuchsia #C06ABE

Tints of Fuchsia #C06ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 39.34%
G = 21.72%
B = 38.93%

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

#C06ABE (or 0xC06ABE) is known color: Fuchsia. HEX triplet: C0, 6A and BE. RGB value is (192,106,190). Sum of RGB (Red+Green+Blue) = 192+106+190=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABE is #3F9541. Grayscale: #8D8D8D. Windows color (decimal): -4166978 or 12479168. OLE color: 12479168.

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

Color convert

RGB 192 106 190 -
CMYK 0 0.45 0.01 0.25
HSL 301.4º 0.41% 0.58% -
HSV(B) 301.4º 0.45% 0.75% -
XYZ 36.19 25.23 51.68 -
YUV 141.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 192 106 190 0 0.45 0.01 0.25 301.4 0.41 0.58
Hex C0 6A BE 0 2D 1 19 12D 29 3A
Octal 300 152 276 0 55 1 31 455 51 72
Binary 11000000 1101010 10111110 0 101101 1 11001 100101101 101001 111010

Color Harmonies of #C06ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ABE

Black with #C06ABE

Text Example


Text Example

White with #C06ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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