Html Css Color HEX #C06FBA Fuchsia

📋 copy color: '#C06FBA'

red 192 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #C06FBA

Tints of Fuchsia #C06FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 39.26%
G = 22.7%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06FBA (or 0xC06FBA) is known color: Fuchsia. HEX triplet: C0, 6F and BA. RGB value is (192,111,186). Sum of RGB (Red+Green+Blue) = 192+111+186=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBA is #3F9045. Grayscale: #8F8F8F. Windows color (decimal): -4165702 or 12218304. OLE color: 12218304.

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

Color convert

RGB 192 111 186 -
CMYK 0 0.42 0.03 0.25
HSL 304.44º 0.39% 0.59% -
HSV(B) 304.44º 0.42% 0.75% -
XYZ 36.29 26.12 49.58 -
YUV 143.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 192 111 186 0 0.42 0.03 0.25 304.44 0.39 0.59
Hex C0 6F BA 0 2A 3 19 130 27 3B
Octal 300 157 272 0 52 3 31 460 47 73
Binary 11000000 1101111 10111010 0 101010 11 11001 100110000 100111 111011

Color Harmonies of #C06FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FBA

Black with #C06FBA

Text Example


Text Example

White with #C06FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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