Html Css Color HEX #C060BB Fuchsia

📋 copy color: '#C060BB'

red 192 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #C060BB

Tints of Fuchsia #C060BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 40.42%
G = 20.21%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C060BB (or 0xC060BB) is known color: Fuchsia. HEX triplet: C0, 60 and BB. RGB value is (192,96,187). Sum of RGB (Red+Green+Blue) = 192+96+187=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C060BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060BB is #3F9F44. Grayscale: #868686. Windows color (decimal): -4169541 or 12280000. OLE color: 12280000.

HSL color Cylindrical-coordinate representation of color #C060BB: hue angle of 303.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060BB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 187 -
CMYK 0 0.50 0.03 0.25
HSL 303.13º 0.43% 0.56% -
HSV(B) 303.13º 0.5% 0.75% -
XYZ 34.89 23.16 49.65 -
YUV 135.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 192 96 187 0 0.50 0.03 0.25 303.13 0.43 0.56
Hex C0 60 BB 0 32 3 19 12F 2B 38
Octal 300 140 273 0 62 3 31 457 53 70
Binary 11000000 1100000 10111011 0 110010 11 11001 100101111 101011 111000

Color Harmonies of #C060BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060BB

Black with #C060BB

Text Example


Text Example

White with #C060BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060BB; }

 p { color: rgb(192,96,187); }

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

background-color css

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

 a { background-color: rgb(192,96,187); }

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

border-color css

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

 span { border-color: rgb(192,96,187); }

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