Html Css Color HEX #C06AC6 Fuchsia

📋 copy color: '#C06AC6'

red 192 ◦ green 106 ◦ blue 198

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

Shades of Fuchsia #C06AC6

Tints of Fuchsia #C06AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.92%

R = 38.71%
G = 21.37%
B = 39.92%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C06AC6 (or 0xC06AC6) is known color: Fuchsia. HEX triplet: C0, 6A and C6. RGB value is (192,106,198). Sum of RGB (Red+Green+Blue) = 192+106+198=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C06AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC6 is #3F9539. Grayscale: #8D8D8D. Windows color (decimal): -4166970 or 13003456. OLE color: 13003456.

HSL color Cylindrical-coordinate representation of color #C06AC6: hue angle of 296.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06AC6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 106 198 -
CMYK 0.03 0.46 0 0.22
HSL 296.09º 0.45% 0.6% -
HSV(B) 296.09º 0.46% 0.78% -
XYZ 37.09 25.59 56.41 -
YUV 142.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 192 106 198 0.03 0.46 0 0.22 296.09 0.45 0.6
Hex C0 6A C6 3 2E 0 16 128 2D 3C
Octal 300 152 306 3 56 0 26 450 55 74
Binary 11000000 1101010 11000110 11 101110 0 10110 100101000 101101 111100

Color Harmonies of #C06AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AC6

Black with #C06AC6

Text Example


Text Example

White with #C06AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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