Html Css Color HEX #C75EC7 Fuchsia

📋 copy color: '#C75EC7'

red 199 ◦ green 94 ◦ blue 199

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

Shades of Fuchsia #C75EC7

Tints of Fuchsia #C75EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.11%

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 40.45%
G = 19.11%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C75EC7 (or 0xC75EC7) is known color: Fuchsia. HEX triplet: C7, 5E and C7. RGB value is (199,94,199). Sum of RGB (Red+Green+Blue) = 199+94+199=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C75EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EC7 is #38A138. Grayscale: #898989. Windows color (decimal): -3711289 or 13065927. OLE color: 13065927.

HSL color Cylindrical-coordinate representation of color #C75EC7: hue angle of 300º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75EC7 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 199 -
CMYK 0 0.53 0 0.22
HSL 300º 0.48% 0.57% -
HSV(B) 300º 0.53% 0.78% -
XYZ 37.86 24.27 56.72 -
YUV 137.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 199 94 199 0 0.53 0 0.22 300 0.48 0.57
Hex C7 5E C7 0 35 0 16 12C 30 39
Octal 307 136 307 0 65 0 26 454 60 71
Binary 11000111 1011110 11000111 0 110101 0 10110 100101100 110000 111001

Color Harmonies of #C75EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EC7

Black with #C75EC7

Text Example


Text Example

White with #C75EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EC7; }

 p { color: rgb(199,94,199); }

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

background-color css

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

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

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

border-color css

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

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

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