Html Css Color HEX #C05FC3 Fuchsia

📋 copy color: '#C05FC3'

red 192 ◦ green 95 ◦ blue 195

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

Shades of Fuchsia #C05FC3

Tints of Fuchsia #C05FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 39.83%
G = 19.71%
B = 40.46%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C05FC3 (or 0xC05FC3) is known color: Fuchsia. HEX triplet: C0, 5F and C3. RGB value is (192,95,195). Sum of RGB (Red+Green+Blue) = 192+95+195=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #C05FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC3 is #3FA03C. Grayscale: #878787. Windows color (decimal): -4169789 or 12804032. OLE color: 12804032.

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

Color convert

RGB 192 95 195 -
CMYK 0.02 0.51 0 0.24
HSL 298.2º 0.45% 0.57% -
HSV(B) 298.2º 0.51% 0.76% -
XYZ 35.68 23.33 54.25 -
YUV 135.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 192 95 195 0.02 0.51 0 0.24 298.2 0.45 0.57
Hex C0 5F C3 2 33 0 18 12A 2D 39
Octal 300 137 303 2 63 0 30 452 55 71
Binary 11000000 1011111 11000011 10 110011 0 11000 100101010 101101 111001

Color Harmonies of #C05FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05FC3

Black with #C05FC3

Text Example


Text Example

White with #C05FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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