Html Css Color HEX #C754B9 Fuchsia

📋 copy color: '#C754B9'

red 199 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #C754B9

Tints of Fuchsia #C754B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 42.52%
G = 17.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C754B9 (or 0xC754B9) is known color: Fuchsia. HEX triplet: C7, 54 and B9. RGB value is (199,84,185). Sum of RGB (Red+Green+Blue) = 199+84+185=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C754B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754B9 is #38AB46. Grayscale: #818181. Windows color (decimal): -3713863 or 12145863. OLE color: 12145863.

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

Color convert

RGB 199 84 185 -
CMYK 0 0.58 0.07 0.22
HSL 307.3º 0.51% 0.55% -
HSV(B) 307.3º 0.58% 0.78% -
XYZ 35.48 21.99 48.27 -
YUV 129.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 199 84 185 0 0.58 0.07 0.22 307.3 0.51 0.55
Hex C7 54 B9 0 3A 7 16 133 33 37
Octal 307 124 271 0 72 7 26 463 63 67
Binary 11000111 1010100 10111001 0 111010 111 10110 100110011 110011 110111

Color Harmonies of #C754B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754B9

Black with #C754B9

Text Example


Text Example

White with #C754B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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