Html Css Color HEX #C755BA Fuchsia

📋 copy color: '#C755BA'

red 199 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #C755BA

Tints of Fuchsia #C755BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 42.34%
G = 18.09%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C755BA (or 0xC755BA) is known color: Fuchsia. HEX triplet: C7, 55 and BA. RGB value is (199,85,186). Sum of RGB (Red+Green+Blue) = 199+85+186=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C755BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755BA is #38AA45. Grayscale: #828282. Windows color (decimal): -3713606 or 12211655. OLE color: 12211655.

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

Color convert

RGB 199 85 186 -
CMYK 0 0.57 0.07 0.22
HSL 306.84º 0.5% 0.56% -
HSV(B) 306.84º 0.57% 0.78% -
XYZ 35.66 22.18 48.86 -
YUV 130.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 199 85 186 0 0.57 0.07 0.22 306.84 0.5 0.56
Hex C7 55 BA 0 39 7 16 133 32 38
Octal 307 125 272 0 71 7 26 463 62 70
Binary 11000111 1010101 10111010 0 111001 111 10110 100110011 110010 111000

Color Harmonies of #C755BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755BA

Black with #C755BA

Text Example


Text Example

White with #C755BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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