Html Css Color HEX #C754B0 Fuchsia

📋 copy color: '#C754B0'

red 199 ◦ green 84 ◦ blue 176

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

Shades of Fuchsia #C754B0

Tints of Fuchsia #C754B0

RGB

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

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

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

R = 43.36%
G = 18.3%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C754B0 (or 0xC754B0) is known color: Fuchsia. HEX triplet: C7, 54 and B0. RGB value is (199,84,176). Sum of RGB (Red+Green+Blue) = 199+84+176=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C754B0 is #38AB4F. Grayscale: #808080. Windows color (decimal): -3713872 or 11556039. OLE color: 11556039.

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

Color convert

RGB 199 84 176 -
CMYK 0 0.58 0.12 0.22
HSL 312º 0.51% 0.55% -
HSV(B) 312º 0.58% 0.78% -
XYZ 34.56 21.62 43.43 -
YUV 128.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 199 84 176 0 0.58 0.12 0.22 312 0.51 0.55
Hex C7 54 B0 0 3A C 16 138 33 37
Octal 307 124 260 0 72 14 26 470 63 67
Binary 11000111 1010100 10110000 0 111010 1100 10110 100111000 110011 110111

Color Harmonies of #C754B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754B0

Black with #C754B0

Text Example


Text Example

White with #C754B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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