Html Css Color HEX #C13FBC Fuchsia

📋 copy color: '#C13FBC'

red 193 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #C13FBC

Tints of Fuchsia #C13FBC

RGB

 RED value IS 193 (75.78% from 255) = 43.47%

 GREEN value IS 63 (25% from 255) = 14.19%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 43.47%
G = 14.19%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C13FBC (or 0xC13FBC) is known color: Fuchsia. HEX triplet: C1, 3F and BC. RGB value is (193,63,188). Sum of RGB (Red+Green+Blue) = 193+63+188=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FBC is #3EC043. Grayscale: #737373. Windows color (decimal): -4112452 or 12337089. OLE color: 12337089.

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

Color convert

RGB 193 63 188 -
CMYK 0 0.67 0.03 0.24
HSL 302.31º 0.51% 0.5% -
HSV(B) 302.31º 0.67% 0.76% -
XYZ 32.85 18.52 49.42 -
YUV 116.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 193 63 188 0 0.67 0.03 0.24 302.31 0.51 0.5
Hex C1 3F BC 0 43 3 18 12E 33 32
Octal 301 77 274 0 103 3 30 456 63 62
Binary 11000001 111111 10111100 0 1000011 11 11000 100101110 110011 110010

Color Harmonies of #C13FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FBC

Black with #C13FBC

Text Example


Text Example

White with #C13FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FBC; }

 p { color: rgb(193,63,188); }

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

background-color css

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

 a { background-color: rgb(193,63,188); }

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

border-color css

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

 span { border-color: rgb(193,63,188); }

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