Html Css Color HEX #C055BB Fuchsia

📋 copy color: '#C055BB'

red 192 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #C055BB

Tints of Fuchsia #C055BB

RGB

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

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

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

R = 41.38%
G = 18.32%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C055BB (or 0xC055BB) is known color: Fuchsia. HEX triplet: C0, 55 and BB. RGB value is (192,85,187). Sum of RGB (Red+Green+Blue) = 192+85+187=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C055BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055BB is #3FAA44. Grayscale: #808080. Windows color (decimal): -4172357 or 12277184. OLE color: 12277184.

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

Color convert

RGB 192 85 187 -
CMYK 0 0.56 0.03 0.25
HSL 302.8º 0.46% 0.54% -
HSV(B) 302.8º 0.56% 0.75% -
XYZ 33.96 21.29 49.33 -
YUV 128.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 192 85 187 0 0.56 0.03 0.25 302.8 0.46 0.54
Hex C0 55 BB 0 38 3 19 12F 2E 36
Octal 300 125 273 0 70 3 31 457 56 66
Binary 11000000 1010101 10111011 0 111000 11 11001 100101111 101110 110110

Color Harmonies of #C055BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055BB

Black with #C055BB

Text Example


Text Example

White with #C055BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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