Html Css Color HEX #C75ECF Fuchsia

📋 copy color: '#C75ECF'

red 199 ◦ green 94 ◦ blue 207

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

Shades of Fuchsia #C75ECF

Tints of Fuchsia #C75ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 39.8%
G = 18.8%
B = 41.4%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C75ECF (or 0xC75ECF) is known color: Fuchsia. HEX triplet: C7, 5E and CF. RGB value is (199,94,207). Sum of RGB (Red+Green+Blue) = 199+94+207=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C75ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ECF is #38A130. Grayscale: #898989. Windows color (decimal): -3711281 or 13590215. OLE color: 13590215.

HSL color Cylindrical-coordinate representation of color #C75ECF: hue angle of 295.75º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75ECF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 94 207 -
CMYK 0.04 0.55 0 0.19
HSL 295.75º 0.54% 0.59% -
HSV(B) 295.75º 0.55% 0.81% -
XYZ 38.82 24.65 61.74 -
YUV 138.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 199 94 207 0.04 0.55 0 0.19 295.75 0.54 0.59
Hex C7 5E CF 4 37 0 13 128 36 3B
Octal 307 136 317 4 67 0 23 450 66 73
Binary 11000111 1011110 11001111 100 110111 0 10011 100101000 110110 111011

Color Harmonies of #C75ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75ECF

Black with #C75ECF

Text Example


Text Example

White with #C75ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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