Html Css Color HEX #C06EBF Fuchsia

📋 copy color: '#C06EBF'

red 192 ◦ green 110 ◦ blue 191

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

Shades of Fuchsia #C06EBF

Tints of Fuchsia #C06EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 38.95%
G = 22.31%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06EBF (or 0xC06EBF) is known color: Fuchsia. HEX triplet: C0, 6E and BF. RGB value is (192,110,191). Sum of RGB (Red+Green+Blue) = 192+110+191=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBF is #3F9140. Grayscale: #8F8F8F. Windows color (decimal): -4165953 or 12545728. OLE color: 12545728.

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

Color convert

RGB 192 110 191 -
CMYK 0 0.43 0.01 0.25
HSL 300.73º 0.39% 0.59% -
HSV(B) 300.73º 0.43% 0.75% -
XYZ 36.72 26.12 52.4 -
YUV 143.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 192 110 191 0 0.43 0.01 0.25 300.73 0.39 0.59
Hex C0 6E BF 0 2B 1 19 12D 27 3B
Octal 300 156 277 0 53 1 31 455 47 73
Binary 11000000 1101110 10111111 0 101011 1 11001 100101101 100111 111011

Color Harmonies of #C06EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EBF

Black with #C06EBF

Text Example


Text Example

White with #C06EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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