Html Css Color HEX #C06EB1 Fuchsia

📋 copy color: '#C06EB1'

red 192 ◦ green 110 ◦ blue 177

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

Shades of Fuchsia #C06EB1

Tints of Fuchsia #C06EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.96%

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

R = 40.08%
G = 22.96%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C06EB1 (or 0xC06EB1) is known color: Fuchsia. HEX triplet: C0, 6E and B1. RGB value is (192,110,177). Sum of RGB (Red+Green+Blue) = 192+110+177=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EB1 is #3F914E. Grayscale: #8D8D8D. Windows color (decimal): -4165967 or 11628224. OLE color: 11628224.

HSL color Cylindrical-coordinate representation of color #C06EB1: hue angle of 310.98º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EB1 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 177 -
CMYK 0 0.43 0.08 0.25
HSL 310.98º 0.39% 0.59% -
HSV(B) 310.98º 0.43% 0.75% -
XYZ 35.25 25.53 44.67 -
YUV 142.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 192 110 177 0 0.43 0.08 0.25 310.98 0.39 0.59
Hex C0 6E B1 0 2B 8 19 137 27 3B
Octal 300 156 261 0 53 10 31 467 47 73
Binary 11000000 1101110 10110001 0 101011 1000 11001 100110111 100111 111011

Color Harmonies of #C06EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EB1

Black with #C06EB1

Text Example


Text Example

White with #C06EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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