Html Css Color HEX #C13FCB Fuchsia

📋 copy color: '#C13FCB'

red 193 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #C13FCB

Tints of Fuchsia #C13FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 42.05%
G = 13.73%
B = 44.23%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C13FCB (or 0xC13FCB) is known color: Fuchsia. HEX triplet: C1, 3F and CB. RGB value is (193,63,203). Sum of RGB (Red+Green+Blue) = 193+63+203=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FCB is #3EC034. Grayscale: #757575. Windows color (decimal): -4112437 or 13320129. OLE color: 13320129.

HSL color Cylindrical-coordinate representation of color #C13FCB: hue angle of 295.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13FCB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 63 203 -
CMYK 0.05 0.69 0 0.20
HSL 295.71º 0.57% 0.52% -
HSV(B) 295.71º 0.69% 0.8% -
XYZ 34.55 19.2 58.39 -
YUV 117.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 193 63 203 0.05 0.69 0 0.20 295.71 0.57 0.52
Hex C1 3F CB 5 45 0 14 128 39 34
Octal 301 77 313 5 105 0 24 450 71 64
Binary 11000001 111111 11001011 101 1000101 0 10100 100101000 111001 110100

Color Harmonies of #C13FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FCB

Black with #C13FCB

Text Example


Text Example

White with #C13FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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