Html Css Color HEX #C060BD Fuchsia

📋 copy color: '#C060BD'

red 192 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #C060BD

Tints of Fuchsia #C060BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 40.25%
G = 20.13%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C060BD (or 0xC060BD) is known color: Fuchsia. HEX triplet: C0, 60 and BD. RGB value is (192,96,189). Sum of RGB (Red+Green+Blue) = 192+96+189=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C060BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060BD is #3F9F42. Grayscale: #878787. Windows color (decimal): -4169539 or 12411072. OLE color: 12411072.

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

Color convert

RGB 192 96 189 -
CMYK 0 0.50 0.02 0.25
HSL 301.88º 0.43% 0.56% -
HSV(B) 301.88º 0.5% 0.75% -
XYZ 35.11 23.25 50.78 -
YUV 135.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 192 96 189 0 0.50 0.02 0.25 301.88 0.43 0.56
Hex C0 60 BD 0 32 2 19 12E 2B 38
Octal 300 140 275 0 62 2 31 456 53 70
Binary 11000000 1100000 10111101 0 110010 10 11001 100101110 101011 111000

Color Harmonies of #C060BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060BD

Black with #C060BD

Text Example


Text Example

White with #C060BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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