Html Css Color HEX #C050B3 Fuchsia

📋 copy color: '#C050B3'

red 192 ◦ green 80 ◦ blue 179

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

Shades of Fuchsia #C050B3

Tints of Fuchsia #C050B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 42.57%
G = 17.74%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C050B3 (or 0xC050B3) is known color: Fuchsia. HEX triplet: C0, 50 and B3. RGB value is (192,80,179). Sum of RGB (Red+Green+Blue) = 192+80+179=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B3 is #3FAF4C. Grayscale: #7C7C7C. Windows color (decimal): -4173645 or 11751616. OLE color: 11751616.

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

Color convert

RGB 192 80 179 -
CMYK 0 0.58 0.07 0.25
HSL 306.96º 0.47% 0.53% -
HSV(B) 306.96º 0.58% 0.75% -
XYZ 32.74 20.2 44.82 -
YUV 124.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 192 80 179 0 0.58 0.07 0.25 306.96 0.47 0.53
Hex C0 50 B3 0 3A 7 19 133 2F 35
Octal 300 120 263 0 72 7 31 463 57 65
Binary 11000000 1010000 10110011 0 111010 111 11001 100110011 101111 110101

Color Harmonies of #C050B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050B3

Black with #C050B3

Text Example


Text Example

White with #C050B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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