Html Css Color HEX #C050BD Fuchsia

📋 copy color: '#C050BD'

red 192 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #C050BD

Tints of Fuchsia #C050BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 41.65%
G = 17.35%
B = 41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C050BD (or 0xC050BD) is known color: Fuchsia. HEX triplet: C0, 50 and BD. RGB value is (192,80,189). Sum of RGB (Red+Green+Blue) = 192+80+189=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BD is #3FAF42. Grayscale: #7D7D7D. Windows color (decimal): -4173635 or 12406976. OLE color: 12406976.

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

Color convert

RGB 192 80 189 -
CMYK 0 0.58 0.02 0.25
HSL 301.61º 0.47% 0.53% -
HSV(B) 301.61º 0.58% 0.75% -
XYZ 33.79 20.62 50.34 -
YUV 125.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 192 80 189 0 0.58 0.02 0.25 301.61 0.47 0.53
Hex C0 50 BD 0 3A 2 19 12E 2F 35
Octal 300 120 275 0 72 2 31 456 57 65
Binary 11000000 1010000 10111101 0 111010 10 11001 100101110 101111 110101

Color Harmonies of #C050BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050BD

Black with #C050BD

Text Example


Text Example

White with #C050BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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