Html Css Color HEX #C05FC1 Fuchsia

📋 copy color: '#C05FC1'

red 192 ◦ green 95 ◦ blue 193

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

Shades of Fuchsia #C05FC1

Tints of Fuchsia #C05FC1

RGB

 RED value IS 192 (75.39% from 255) = 40%

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

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

R = 40%
G = 19.79%
B = 40.21%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C05FC1 (or 0xC05FC1) is known color: Fuchsia. HEX triplet: C0, 5F and C1. RGB value is (192,95,193). Sum of RGB (Red+Green+Blue) = 192+95+193=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #C05FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC1 is #3FA03E. Grayscale: #868686. Windows color (decimal): -4169791 or 12672960. OLE color: 12672960.

HSL color Cylindrical-coordinate representation of color #C05FC1: hue angle of 299.39º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FC1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 95 193 -
CMYK 0.01 0.51 0 0.24
HSL 299.39º 0.44% 0.56% -
HSV(B) 299.39º 0.51% 0.76% -
XYZ 35.46 23.24 53.07 -
YUV 135.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 192 95 193 0.01 0.51 0 0.24 299.39 0.44 0.56
Hex C0 5F C1 1 33 0 18 12B 2C 38
Octal 300 137 301 1 63 0 30 453 54 70
Binary 11000000 1011111 11000001 1 110011 0 11000 100101011 101100 111000

Color Harmonies of #C05FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FC1

Black with #C05FC1

Text Example


Text Example

White with #C05FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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