Html Css Color HEX #C050BF Fuchsia

📋 copy color: '#C050BF'

red 192 ◦ green 80 ◦ blue 191

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

Shades of Fuchsia #C050BF

Tints of Fuchsia #C050BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 41.47%
G = 17.28%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C050BF (or 0xC050BF) is known color: Fuchsia. HEX triplet: C0, 50 and BF. RGB value is (192,80,191). Sum of RGB (Red+Green+Blue) = 192+80+191=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BF is #3FAF40. Grayscale: #7D7D7D. Windows color (decimal): -4173633 or 12538048. OLE color: 12538048.

HSL color Cylindrical-coordinate representation of color #C050BF: hue angle of 300.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050BF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 191 -
CMYK 0 0.58 0.01 0.25
HSL 300.54º 0.47% 0.53% -
HSV(B) 300.54º 0.58% 0.75% -
XYZ 34.01 20.71 51.49 -
YUV 126.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 192 80 191 0 0.58 0.01 0.25 300.54 0.47 0.53
Hex C0 50 BF 0 3A 1 19 12D 2F 35
Octal 300 120 277 0 72 1 31 455 57 65
Binary 11000000 1010000 10111111 0 111010 1 11001 100101101 101111 110101

Color Harmonies of #C050BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050BF

Black with #C050BF

Text Example


Text Example

White with #C050BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050BF; }

 p { color: rgb(192,80,191); }

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

background-color css

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

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

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

border-color css

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

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

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