Html Css Color HEX #C75FC1 Fuchsia

📋 copy color: '#C75FC1'

red 199 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #C75FC1

Tints of Fuchsia #C75FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 40.86%
G = 19.51%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C75FC1 (or 0xC75FC1) is known color: Fuchsia. HEX triplet: C7, 5F and C1. RGB value is (199,95,193). Sum of RGB (Red+Green+Blue) = 199+95+193=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FC1 is #38A03E. Grayscale: #888888. Windows color (decimal): -3711039 or 12672967. OLE color: 12672967.

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

Color convert

RGB 199 95 193 -
CMYK 0 0.52 0.03 0.22
HSL 303.46º 0.48% 0.58% -
HSV(B) 303.46º 0.52% 0.78% -
XYZ 37.27 24.18 53.15 -
YUV 137.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 199 95 193 0 0.52 0.03 0.22 303.46 0.48 0.58
Hex C7 5F C1 0 34 3 16 12F 30 3A
Octal 307 137 301 0 64 3 26 457 60 72
Binary 11000111 1011111 11000001 0 110100 11 10110 100101111 110000 111010

Color Harmonies of #C75FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FC1

Black with #C75FC1

Text Example


Text Example

White with #C75FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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