Html Css Color HEX #C754B6 Fuchsia

📋 copy color: '#C754B6'

red 199 ◦ green 84 ◦ blue 182

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

Shades of Fuchsia #C754B6

Tints of Fuchsia #C754B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 42.8%
G = 18.06%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C754B6 (or 0xC754B6) is known color: Fuchsia. HEX triplet: C7, 54 and B6. RGB value is (199,84,182). Sum of RGB (Red+Green+Blue) = 199+84+182=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754B6 is #38AB49. Grayscale: #818181. Windows color (decimal): -3713866 or 11949255. OLE color: 11949255.

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

Color convert

RGB 199 84 182 -
CMYK 0 0.58 0.09 0.22
HSL 308.87º 0.51% 0.55% -
HSV(B) 308.87º 0.58% 0.78% -
XYZ 35.17 21.86 46.62 -
YUV 129.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 199 84 182 0 0.58 0.09 0.22 308.87 0.51 0.55
Hex C7 54 B6 0 3A 9 16 135 33 37
Octal 307 124 266 0 72 11 26 465 63 67
Binary 11000111 1010100 10110110 0 111010 1001 10110 100110101 110011 110111

Color Harmonies of #C754B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754B6

Black with #C754B6

Text Example


Text Example

White with #C754B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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