Html Css Color HEX #C753C0 Fuchsia

📋 copy color: '#C753C0'

red 199 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #C753C0

Tints of Fuchsia #C753C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 41.98%
G = 17.51%
B = 40.51%

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

#C753C0 (or 0xC753C0) is known color: Fuchsia. HEX triplet: C7, 53 and C0. RGB value is (199,83,192). Sum of RGB (Red+Green+Blue) = 199+83+192=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C753C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753C0 is #38AC3F. Grayscale: #818181. Windows color (decimal): -3714112 or 12604359. OLE color: 12604359.

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

Color convert

RGB 199 83 192 -
CMYK 0 0.58 0.04 0.22
HSL 303.62º 0.51% 0.55% -
HSV(B) 303.62º 0.58% 0.78% -
XYZ 36.16 22.13 52.24 -
YUV 130.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 199 83 192 0 0.58 0.04 0.22 303.62 0.51 0.55
Hex C7 53 C0 0 3A 4 16 130 33 37
Octal 307 123 300 0 72 4 26 460 63 67
Binary 11000111 1010011 11000000 0 111010 100 10110 100110000 110011 110111

Color Harmonies of #C753C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C753C0

Black with #C753C0

Text Example


Text Example

White with #C753C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C753C0; }

 p { color: rgb(199,83,192); }

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

background-color css

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

 a { background-color: rgb(199,83,192); }

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

border-color css

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

 span { border-color: rgb(199,83,192); }

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