Html Css Color HEX #C06ABB Fuchsia

📋 copy color: '#C06ABB'

red 192 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #C06ABB

Tints of Fuchsia #C06ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 39.59%
G = 21.86%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06ABB (or 0xC06ABB) is known color: Fuchsia. HEX triplet: C0, 6A and BB. RGB value is (192,106,187). Sum of RGB (Red+Green+Blue) = 192+106+187=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABB is #3F9544. Grayscale: #8C8C8C. Windows color (decimal): -4166981 or 12282560. OLE color: 12282560.

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

Color convert

RGB 192 106 187 -
CMYK 0 0.45 0.03 0.25
HSL 303.49º 0.41% 0.58% -
HSV(B) 303.49º 0.45% 0.75% -
XYZ 35.86 25.1 49.97 -
YUV 140.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 192 106 187 0 0.45 0.03 0.25 303.49 0.41 0.58
Hex C0 6A BB 0 2D 3 19 12F 29 3A
Octal 300 152 273 0 55 3 31 457 51 72
Binary 11000000 1101010 10111011 0 101101 11 11001 100101111 101001 111010

Color Harmonies of #C06ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ABB

Black with #C06ABB

Text Example


Text Example

White with #C06ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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