Html Css Color HEX #C754B1 Fuchsia

📋 copy color: '#C754B1'

red 199 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #C754B1

Tints of Fuchsia #C754B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 43.26%
G = 18.26%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C754B1 (or 0xC754B1) is known color: Fuchsia. HEX triplet: C7, 54 and B1. RGB value is (199,84,177). Sum of RGB (Red+Green+Blue) = 199+84+177=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754B1 is #38AB4E. Grayscale: #808080. Windows color (decimal): -3713871 or 11621575. OLE color: 11621575.

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

Color convert

RGB 199 84 177 -
CMYK 0 0.58 0.11 0.22
HSL 311.48º 0.51% 0.55% -
HSV(B) 311.48º 0.58% 0.78% -
XYZ 34.66 21.66 43.95 -
YUV 128.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 199 84 177 0 0.58 0.11 0.22 311.48 0.51 0.55
Hex C7 54 B1 0 3A B 16 137 33 37
Octal 307 124 261 0 72 13 26 467 63 67
Binary 11000111 1010100 10110001 0 111010 1011 10110 100110111 110011 110111

Color Harmonies of #C754B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754B1

Black with #C754B1

Text Example


Text Example

White with #C754B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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