Html Css Color HEX #C06FBC Fuchsia

📋 copy color: '#C06FBC'

red 192 ◦ green 111 ◦ blue 188

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

Shades of Fuchsia #C06FBC

Tints of Fuchsia #C06FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 39.1%
G = 22.61%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C06FBC (or 0xC06FBC) is known color: Fuchsia. HEX triplet: C0, 6F and BC. RGB value is (192,111,188). Sum of RGB (Red+Green+Blue) = 192+111+188=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBC is #3F9043. Grayscale: #8F8F8F. Windows color (decimal): -4165700 or 12349376. OLE color: 12349376.

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

Color convert

RGB 192 111 188 -
CMYK 0 0.42 0.02 0.25
HSL 302.96º 0.39% 0.59% -
HSV(B) 302.96º 0.42% 0.75% -
XYZ 36.5 26.21 50.71 -
YUV 144 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 192 111 188 0 0.42 0.02 0.25 302.96 0.39 0.59
Hex C0 6F BC 0 2A 2 19 12F 27 3B
Octal 300 157 274 0 52 2 31 457 47 73
Binary 11000000 1101111 10111100 0 101010 10 11001 100101111 100111 111011

Color Harmonies of #C06FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FBC

Black with #C06FBC

Text Example


Text Example

White with #C06FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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