Html Css Color HEX #C060B2 Fuchsia

📋 copy color: '#C060B2'

red 192 ◦ green 96 ◦ blue 178

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

Shades of Fuchsia #C060B2

Tints of Fuchsia #C060B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 41.2%
G = 20.6%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C060B2 (or 0xC060B2) is known color: Fuchsia. HEX triplet: C0, 60 and B2. RGB value is (192,96,178). Sum of RGB (Red+Green+Blue) = 192+96+178=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C060B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060B2 is #3F9F4D. Grayscale: #858585. Windows color (decimal): -4169550 or 11690176. OLE color: 11690176.

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

Color convert

RGB 192 96 178 -
CMYK 0 0.50 0.07 0.25
HSL 308.75º 0.43% 0.56% -
HSV(B) 308.75º 0.5% 0.75% -
XYZ 33.96 22.79 44.73 -
YUV 134.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 192 96 178 0 0.50 0.07 0.25 308.75 0.43 0.56
Hex C0 60 B2 0 32 7 19 135 2B 38
Octal 300 140 262 0 62 7 31 465 53 70
Binary 11000000 1100000 10110010 0 110010 111 11001 100110101 101011 111000

Color Harmonies of #C060B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C060B2

Black with #C060B2

Text Example


Text Example

White with #C060B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C060B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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