Html Css Color HEX #C060B0 Fuchsia

📋 copy color: '#C060B0'

red 192 ◦ green 96 ◦ blue 176

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

Shades of Fuchsia #C060B0

Tints of Fuchsia #C060B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 41.38%
G = 20.69%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C060B0 (or 0xC060B0) is known color: Fuchsia. HEX triplet: C0, 60 and B0. RGB value is (192,96,176). Sum of RGB (Red+Green+Blue) = 192+96+176=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C060B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060B0 is #3F9F4F. Grayscale: #858585. Windows color (decimal): -4169552 or 11559104. OLE color: 11559104.

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

Color convert

RGB 192 96 176 -
CMYK 0 0.50 0.08 0.25
HSL 310º 0.43% 0.56% -
HSV(B) 310º 0.5% 0.75% -
XYZ 33.76 22.71 43.68 -
YUV 133.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 192 96 176 0 0.50 0.08 0.25 310 0.43 0.56
Hex C0 60 B0 0 32 8 19 136 2B 38
Octal 300 140 260 0 62 10 31 466 53 70
Binary 11000000 1100000 10110000 0 110010 1000 11001 100110110 101011 111000

Color Harmonies of #C060B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060B0

Black with #C060B0

Text Example


Text Example

White with #C060B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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