Html Css Color HEX #C75FC0 Fuchsia

📋 copy color: '#C75FC0'

red 199 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #C75FC0

Tints of Fuchsia #C75FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

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

R = 40.95%
G = 19.55%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C75FC0 (or 0xC75FC0) is known color: Fuchsia. HEX triplet: C7, 5F and C0. RGB value is (199,95,192). Sum of RGB (Red+Green+Blue) = 199+95+192=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FC0 is #38A03F. Grayscale: #888888. Windows color (decimal): -3711040 or 12607431. OLE color: 12607431.

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

Color convert

RGB 199 95 192 -
CMYK 0 0.52 0.04 0.22
HSL 304.04º 0.48% 0.58% -
HSV(B) 304.04º 0.52% 0.78% -
XYZ 37.16 24.13 52.57 -
YUV 137.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 199 95 192 0 0.52 0.04 0.22 304.04 0.48 0.58
Hex C7 5F C0 0 34 4 16 130 30 3A
Octal 307 137 300 0 64 4 26 460 60 72
Binary 11000111 1011111 11000000 0 110100 100 10110 100110000 110000 111010

Color Harmonies of #C75FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FC0

Black with #C75FC0

Text Example


Text Example

White with #C75FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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