Html Css Color HEX #C754BD Fuchsia

📋 copy color: '#C754BD'

red 199 ◦ green 84 ◦ blue 189

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

Shades of Fuchsia #C754BD

Tints of Fuchsia #C754BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 42.16%
G = 17.8%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C754BD (or 0xC754BD) is known color: Fuchsia. HEX triplet: C7, 54 and BD. RGB value is (199,84,189). Sum of RGB (Red+Green+Blue) = 199+84+189=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C754BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754BD is #38AB42. Grayscale: #828282. Windows color (decimal): -3713859 or 12408007. OLE color: 12408007.

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

Color convert

RGB 199 84 189 -
CMYK 0 0.58 0.05 0.22
HSL 305.22º 0.51% 0.55% -
HSV(B) 305.22º 0.58% 0.78% -
XYZ 35.91 22.16 50.53 -
YUV 130.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 199 84 189 0 0.58 0.05 0.22 305.22 0.51 0.55
Hex C7 54 BD 0 3A 5 16 131 33 37
Octal 307 124 275 0 72 5 26 461 63 67
Binary 11000111 1010100 10111101 0 111010 101 10110 100110001 110011 110111

Color Harmonies of #C754BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754BD

Black with #C754BD

Text Example


Text Example

White with #C754BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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