Html Css Color HEX #C050BE Fuchsia

📋 copy color: '#C050BE'

red 192 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #C050BE

Tints of Fuchsia #C050BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 41.56%
G = 17.32%
B = 41.13%

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

#C050BE (or 0xC050BE) is known color: Fuchsia. HEX triplet: C0, 50 and BE. RGB value is (192,80,190). Sum of RGB (Red+Green+Blue) = 192+80+190=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C050BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050BE is #3FAF41. Grayscale: #7D7D7D. Windows color (decimal): -4173634 or 12472512. OLE color: 12472512.

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

Color convert

RGB 192 80 190 -
CMYK 0 0.58 0.01 0.25
HSL 301.07º 0.47% 0.53% -
HSV(B) 301.07º 0.58% 0.75% -
XYZ 33.9 20.66 50.92 -
YUV 126.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 192 80 190 0 0.58 0.01 0.25 301.07 0.47 0.53
Hex C0 50 BE 0 3A 1 19 12D 2F 35
Octal 300 120 276 0 72 1 31 455 57 65
Binary 11000000 1010000 10111110 0 111010 1 11001 100101101 101111 110101

Color Harmonies of #C050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050BE

Black with #C050BE

Text Example


Text Example

White with #C050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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