Html Css Color HEX #C060C1 Fuchsia

📋 copy color: '#C060C1'

red 192 ◦ green 96 ◦ blue 193

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

Shades of Fuchsia #C060C1

Tints of Fuchsia #C060C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 39.92%
G = 19.96%
B = 40.12%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C060C1 (or 0xC060C1) is known color: Fuchsia. HEX triplet: C0, 60 and C1. RGB value is (192,96,193). Sum of RGB (Red+Green+Blue) = 192+96+193=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #C060C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C060C1 is #3F9F3E. Grayscale: #878787. Windows color (decimal): -4169535 or 12673216. OLE color: 12673216.

HSL color Cylindrical-coordinate representation of color #C060C1: hue angle of 299.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060C1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 96 193 -
CMYK 0.01 0.50 0 0.24
HSL 299.38º 0.44% 0.57% -
HSV(B) 299.38º 0.5% 0.76% -
XYZ 35.55 23.42 53.1 -
YUV 135.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 192 96 193 0.01 0.50 0 0.24 299.38 0.44 0.57
Hex C0 60 C1 1 32 0 18 12B 2C 39
Octal 300 140 301 1 62 0 30 453 54 71
Binary 11000000 1100000 11000001 1 110010 0 11000 100101011 101100 111001

Color Harmonies of #C060C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060C1

Black with #C060C1

Text Example


Text Example

White with #C060C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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