Html Css Color HEX #C754C4 Fuchsia

📋 copy color: '#C754C4'

red 199 ◦ green 84 ◦ blue 196

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

Shades of Fuchsia #C754C4

Tints of Fuchsia #C754C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.92%

R = 41.54%
G = 17.54%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C754C4 (or 0xC754C4) is known color: Fuchsia. HEX triplet: C7, 54 and C4. RGB value is (199,84,196). Sum of RGB (Red+Green+Blue) = 199+84+196=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C754C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754C4 is #38AB3B. Grayscale: #828282. Windows color (decimal): -3713852 or 12866759. OLE color: 12866759.

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

Color convert

RGB 199 84 196 -
CMYK 0 0.58 0.02 0.22
HSL 301.57º 0.51% 0.55% -
HSV(B) 301.57º 0.58% 0.78% -
XYZ 36.69 22.47 54.63 -
YUV 131.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 199 84 196 0 0.58 0.02 0.22 301.57 0.51 0.55
Hex C7 54 C4 0 3A 2 16 12E 33 37
Octal 307 124 304 0 72 2 26 456 63 67
Binary 11000111 1010100 11000100 0 111010 10 10110 100101110 110011 110111

Color Harmonies of #C754C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C754C4

Black with #C754C4

Text Example


Text Example

White with #C754C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C754C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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