Html Css Color HEX #C754C1 Fuchsia

📋 copy color: '#C754C1'

red 199 ◦ green 84 ◦ blue 193

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

Shades of Fuchsia #C754C1

Tints of Fuchsia #C754C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 41.81%
G = 17.65%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C754C1 (or 0xC754C1) is known color: Fuchsia. HEX triplet: C7, 54 and C1. RGB value is (199,84,193). Sum of RGB (Red+Green+Blue) = 199+84+193=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C754C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754C1 is #38AB3E. Grayscale: #828282. Windows color (decimal): -3713855 or 12670151. OLE color: 12670151.

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

Color convert

RGB 199 84 193 -
CMYK 0 0.58 0.03 0.22
HSL 303.13º 0.51% 0.55% -
HSV(B) 303.13º 0.58% 0.78% -
XYZ 36.35 22.33 52.85 -
YUV 130.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 199 84 193 0 0.58 0.03 0.22 303.13 0.51 0.55
Hex C7 54 C1 0 3A 3 16 12F 33 37
Octal 307 124 301 0 72 3 26 457 63 67
Binary 11000111 1010100 11000001 0 111010 11 10110 100101111 110011 110111

Color Harmonies of #C754C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754C1

Black with #C754C1

Text Example


Text Example

White with #C754C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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