Html Css Color HEX #C06AC1 Fuchsia

📋 copy color: '#C06AC1'

red 192 ◦ green 106 ◦ blue 193

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

Shades of Fuchsia #C06AC1

Tints of Fuchsia #C06AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 39.1%
G = 21.59%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C06AC1 (or 0xC06AC1) is known color: Fuchsia. HEX triplet: C0, 6A and C1. RGB value is (192,106,193). Sum of RGB (Red+Green+Blue) = 192+106+193=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC1 is #3F953E. Grayscale: #8D8D8D. Windows color (decimal): -4166975 or 12675776. OLE color: 12675776.

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

Color convert

RGB 192 106 193 -
CMYK 0.01 0.45 0 0.24
HSL 299.31º 0.41% 0.59% -
HSV(B) 299.31º 0.45% 0.76% -
XYZ 36.52 25.36 53.42 -
YUV 141.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 192 106 193 0.01 0.45 0 0.24 299.31 0.41 0.59
Hex C0 6A C1 1 2D 0 18 12B 29 3B
Octal 300 152 301 1 55 0 30 453 51 73
Binary 11000000 1101010 11000001 1 101101 0 11000 100101011 101001 111011

Color Harmonies of #C06AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AC1

Black with #C06AC1

Text Example


Text Example

White with #C06AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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