Html Css Color HEX #C060C0 Fuchsia

📋 copy color: '#C060C0'

red 192 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #C060C0

Tints of Fuchsia #C060C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C060C0 (or 0xC060C0) is known color: Fuchsia. HEX triplet: C0, 60 and C0. RGB value is (192,96,192). Sum of RGB (Red+Green+Blue) = 192+96+192=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C060C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C0 is #3F9F3F. Grayscale: #878787. Windows color (decimal): -4169536 or 12607680. OLE color: 12607680.

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

Color convert

RGB 192 96 192 -
CMYK 0 0.50 0 0.25
HSL 300º 0.43% 0.56% -
HSV(B) 300º 0.5% 0.75% -
XYZ 35.44 23.38 52.51 -
YUV 135.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 192 96 192 0 0.50 0 0.25 300 0.43 0.56
Hex C0 60 C0 0 32 0 19 12C 2B 38
Octal 300 140 300 0 62 0 31 454 53 70
Binary 11000000 1100000 11000000 0 110010 0 11001 100101100 101011 111000

Color Harmonies of #C060C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060C0

Black with #C060C0

Text Example


Text Example

White with #C060C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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