Html Css Color HEX #C13EBE Fuchsia

📋 copy color: '#C13EBE'

red 193 ◦ green 62 ◦ blue 190

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

Shades of Fuchsia #C13EBE

Tints of Fuchsia #C13EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.93%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 43.37%
G = 13.93%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C13EBE (or 0xC13EBE) is known color: Fuchsia. HEX triplet: C1, 3E and BE. RGB value is (193,62,190). Sum of RGB (Red+Green+Blue) = 193+62+190=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EBE is #3EC141. Grayscale: #737373. Windows color (decimal): -4112706 or 12467905. OLE color: 12467905.

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

Color convert

RGB 193 62 190 -
CMYK 0 0.68 0.02 0.24
HSL 301.37º 0.51% 0.5% -
HSV(B) 301.37º 0.68% 0.76% -
XYZ 33.01 18.5 50.55 -
YUV 115.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 193 62 190 0 0.68 0.02 0.24 301.37 0.51 0.5
Hex C1 3E BE 0 44 2 18 12D 33 32
Octal 301 76 276 0 104 2 30 455 63 62
Binary 11000001 111110 10111110 0 1000100 10 11000 100101101 110011 110010

Color Harmonies of #C13EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EBE

Black with #C13EBE

Text Example


Text Example

White with #C13EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EBE; }

 p { color: rgb(193,62,190); }

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

background-color css

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

 a { background-color: rgb(193,62,190); }

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

border-color css

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

 span { border-color: rgb(193,62,190); }

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