Html Css Color HEX #C754BB Fuchsia

📋 copy color: '#C754BB'

red 199 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #C754BB

Tints of Fuchsia #C754BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 42.34%
G = 17.87%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C754BB (or 0xC754BB) is known color: Fuchsia. HEX triplet: C7, 54 and BB. RGB value is (199,84,187). Sum of RGB (Red+Green+Blue) = 199+84+187=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BB is #38AB44. Grayscale: #818181. Windows color (decimal): -3713861 or 12276935. OLE color: 12276935.

HSL color Cylindrical-coordinate representation of color #C754BB: hue angle of 306.26º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C754BB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 187 -
CMYK 0 0.58 0.06 0.22
HSL 306.26º 0.51% 0.55% -
HSV(B) 306.26º 0.58% 0.78% -
XYZ 35.69 22.07 49.39 -
YUV 130.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 199 84 187 0 0.58 0.06 0.22 306.26 0.51 0.55
Hex C7 54 BB 0 3A 6 16 132 33 37
Octal 307 124 273 0 72 6 26 462 63 67
Binary 11000111 1010100 10111011 0 111010 110 10110 100110010 110011 110111

Color Harmonies of #C754BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754BB

Black with #C754BB

Text Example


Text Example

White with #C754BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754BB; }

 p { color: rgb(199,84,187); }

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

background-color css

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

 a { background-color: rgb(199,84,187); }

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

border-color css

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

 span { border-color: rgb(199,84,187); }

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