Html Css Color HEX #C754BF Fuchsia

📋 copy color: '#C754BF'

red 199 ◦ green 84 ◦ blue 191

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

Shades of Fuchsia #C754BF

Tints of Fuchsia #C754BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 41.98%
G = 17.72%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C754BF (or 0xC754BF) is known color: Fuchsia. HEX triplet: C7, 54 and BF. RGB value is (199,84,191). Sum of RGB (Red+Green+Blue) = 199+84+191=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BF is #38AB40. Grayscale: #828282. Windows color (decimal): -3713857 or 12539079. OLE color: 12539079.

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

Color convert

RGB 199 84 191 -
CMYK 0 0.58 0.04 0.22
HSL 304.17º 0.51% 0.55% -
HSV(B) 304.17º 0.58% 0.78% -
XYZ 36.13 22.24 51.68 -
YUV 130.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 199 84 191 0 0.58 0.04 0.22 304.17 0.51 0.55
Hex C7 54 BF 0 3A 4 16 130 33 37
Octal 307 124 277 0 72 4 26 460 63 67
Binary 11000111 1010100 10111111 0 111010 100 10110 100110000 110011 110111

Color Harmonies of #C754BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754BF

Black with #C754BF

Text Example


Text Example

White with #C754BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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