Html Css Color HEX #C755B0 Fuchsia

📋 copy color: '#C755B0'

red 199 ◦ green 85 ◦ blue 176

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

Shades of Fuchsia #C755B0

Tints of Fuchsia #C755B0

RGB

 RED value IS 199 (78.13% from 255) = 43.26%

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

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 43.26%
G = 18.48%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C755B0 (or 0xC755B0) is known color: Fuchsia. HEX triplet: C7, 55 and B0. RGB value is (199,85,176). Sum of RGB (Red+Green+Blue) = 199+85+176=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C755B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755B0 is #38AA4F. Grayscale: #818181. Windows color (decimal): -3713616 or 11556295. OLE color: 11556295.

HSL color Cylindrical-coordinate representation of color #C755B0: hue angle of 312.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755B0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 176 -
CMYK 0 0.57 0.12 0.22
HSL 312.11º 0.5% 0.56% -
HSV(B) 312.11º 0.57% 0.78% -
XYZ 34.64 21.77 43.45 -
YUV 129.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 199 85 176 0 0.57 0.12 0.22 312.11 0.5 0.56
Hex C7 55 B0 0 39 C 16 138 32 38
Octal 307 125 260 0 71 14 26 470 62 70
Binary 11000111 1010101 10110000 0 111001 1100 10110 100111000 110010 111000

Color Harmonies of #C755B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755B0

Black with #C755B0

Text Example


Text Example

White with #C755B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755B0; }

 p { color: rgb(199,85,176); }

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

background-color css

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

 a { background-color: rgb(199,85,176); }

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

border-color css

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

 span { border-color: rgb(199,85,176); }

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