Html Css Color HEX #C06AB1 Fuchsia

📋 copy color: '#C06AB1'

red 192 ◦ green 106 ◦ blue 177

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

Shades of Fuchsia #C06AB1

Tints of Fuchsia #C06AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 40.42%
G = 22.32%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C06AB1 (or 0xC06AB1) is known color: Fuchsia. HEX triplet: C0, 6A and B1. RGB value is (192,106,177). Sum of RGB (Red+Green+Blue) = 192+106+177=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AB1 is #3F954E. Grayscale: #8B8B8B. Windows color (decimal): -4166991 or 11627200. OLE color: 11627200.

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

Color convert

RGB 192 106 177 -
CMYK 0 0.45 0.08 0.25
HSL 310.47º 0.41% 0.58% -
HSV(B) 310.47º 0.45% 0.75% -
XYZ 34.83 24.69 44.52 -
YUV 139.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 192 106 177 0 0.45 0.08 0.25 310.47 0.41 0.58
Hex C0 6A B1 0 2D 8 19 136 29 3A
Octal 300 152 261 0 55 10 31 466 51 72
Binary 11000000 1101010 10110001 0 101101 1000 11001 100110110 101001 111010

Color Harmonies of #C06AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AB1

Black with #C06AB1

Text Example


Text Example

White with #C06AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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