Html Css Color HEX #C06FBF Fuchsia

📋 copy color: '#C06FBF'

red 192 ◦ green 111 ◦ blue 191

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

Shades of Fuchsia #C06FBF

Tints of Fuchsia #C06FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

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

R = 38.87%
G = 22.47%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06FBF (or 0xC06FBF) is known color: Fuchsia. HEX triplet: C0, 6F and BF. RGB value is (192,111,191). Sum of RGB (Red+Green+Blue) = 192+111+191=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBF is #3F9040. Grayscale: #909090. Windows color (decimal): -4165697 or 12545984. OLE color: 12545984.

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

Color convert

RGB 192 111 191 -
CMYK 0 0.42 0.01 0.25
HSL 300.74º 0.39% 0.59% -
HSV(B) 300.74º 0.42% 0.75% -
XYZ 36.83 26.34 52.43 -
YUV 144.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 192 111 191 0 0.42 0.01 0.25 300.74 0.39 0.59
Hex C0 6F BF 0 2A 1 19 12D 27 3B
Octal 300 157 277 0 52 1 31 455 47 73
Binary 11000000 1101111 10111111 0 101010 1 11001 100101101 100111 111011

Color Harmonies of #C06FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FBF

Black with #C06FBF

Text Example


Text Example

White with #C06FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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