Html Css Color HEX #C050BB Fuchsia

📋 copy color: '#C050BB'

red 192 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #C050BB

Tints of Fuchsia #C050BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 41.83%
G = 17.43%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C050BB (or 0xC050BB) is known color: Fuchsia. HEX triplet: C0, 50 and BB. RGB value is (192,80,187). Sum of RGB (Red+Green+Blue) = 192+80+187=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BB is #3FAF44. Grayscale: #7D7D7D. Windows color (decimal): -4173637 or 12275904. OLE color: 12275904.

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

Color convert

RGB 192 80 187 -
CMYK 0 0.58 0.03 0.25
HSL 302.68º 0.47% 0.53% -
HSV(B) 302.68º 0.58% 0.75% -
XYZ 33.58 20.53 49.21 -
YUV 125.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 192 80 187 0 0.58 0.03 0.25 302.68 0.47 0.53
Hex C0 50 BB 0 3A 3 19 12F 2F 35
Octal 300 120 273 0 72 3 31 457 57 65
Binary 11000000 1010000 10111011 0 111010 11 11001 100101111 101111 110101

Color Harmonies of #C050BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050BB

Black with #C050BB

Text Example


Text Example

White with #C050BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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