Html Css Color HEX #C754BC Fuchsia

📋 copy color: '#C754BC'

red 199 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #C754BC

Tints of Fuchsia #C754BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 42.25%
G = 17.83%
B = 39.92%

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

#C754BC (or 0xC754BC) is known color: Fuchsia. HEX triplet: C7, 54 and BC. RGB value is (199,84,188). Sum of RGB (Red+Green+Blue) = 199+84+188=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BC is #38AB43. Grayscale: #818181. Windows color (decimal): -3713860 or 12342471. OLE color: 12342471.

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

Color convert

RGB 199 84 188 -
CMYK 0 0.58 0.06 0.22
HSL 305.74º 0.51% 0.55% -
HSV(B) 305.74º 0.58% 0.78% -
XYZ 35.8 22.11 49.96 -
YUV 130.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 199 84 188 0 0.58 0.06 0.22 305.74 0.51 0.55
Hex C7 54 BC 0 3A 6 16 132 33 37
Octal 307 124 274 0 72 6 26 462 63 67
Binary 11000111 1010100 10111100 0 111010 110 10110 100110010 110011 110111

Color Harmonies of #C754BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754BC

Black with #C754BC

Text Example


Text Example

White with #C754BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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