Html Css Color HEX #C06FB3 Fuchsia

📋 copy color: '#C06FB3'

red 192 ◦ green 111 ◦ blue 179

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

Shades of Fuchsia #C06FB3

Tints of Fuchsia #C06FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 39.83%
G = 23.03%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C06FB3 (or 0xC06FB3) is known color: Fuchsia. HEX triplet: C0, 6F and B3. RGB value is (192,111,179). Sum of RGB (Red+Green+Blue) = 192+111+179=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FB3 is #3F904C. Grayscale: #8E8E8E. Windows color (decimal): -4165709 or 11759552. OLE color: 11759552.

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

Color convert

RGB 192 111 179 -
CMYK 0 0.42 0.07 0.25
HSL 309.63º 0.39% 0.59% -
HSV(B) 309.63º 0.42% 0.75% -
XYZ 35.56 25.83 45.76 -
YUV 142.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 192 111 179 0 0.42 0.07 0.25 309.63 0.39 0.59
Hex C0 6F B3 0 2A 7 19 136 27 3B
Octal 300 157 263 0 52 7 31 466 47 73
Binary 11000000 1101111 10110011 0 101010 111 11001 100110110 100111 111011

Color Harmonies of #C06FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FB3

Black with #C06FB3

Text Example


Text Example

White with #C06FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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