Html Css Color HEX #C055B9 Fuchsia

📋 copy color: '#C055B9'

red 192 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #C055B9

Tints of Fuchsia #C055B9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.4%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 41.56%
G = 18.4%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C055B9 (or 0xC055B9) is known color: Fuchsia. HEX triplet: C0, 55 and B9. RGB value is (192,85,185). Sum of RGB (Red+Green+Blue) = 192+85+185=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C055B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055B9 is #3FAA46. Grayscale: #808080. Windows color (decimal): -4172359 or 12146112. OLE color: 12146112.

HSL color Cylindrical-coordinate representation of color #C055B9: hue angle of 303.93º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055B9 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 185 -
CMYK 0 0.56 0.04 0.25
HSL 303.93º 0.46% 0.54% -
HSV(B) 303.93º 0.56% 0.75% -
XYZ 33.74 21.21 48.21 -
YUV 128.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 192 85 185 0 0.56 0.04 0.25 303.93 0.46 0.54
Hex C0 55 B9 0 38 4 19 130 2E 36
Octal 300 125 271 0 70 4 31 460 56 66
Binary 11000000 1010101 10111001 0 111000 100 11001 100110000 101110 110110

Color Harmonies of #C055B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055B9

Black with #C055B9

Text Example


Text Example

White with #C055B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055B9; }

 p { color: rgb(192,85,185); }

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

background-color css

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

 a { background-color: rgb(192,85,185); }

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

border-color css

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

 span { border-color: rgb(192,85,185); }

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