Html Css Color HEX #C13EB2 Fuchsia

📋 copy color: '#C13EB2'

red 193 ◦ green 62 ◦ blue 178

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

Shades of Fuchsia #C13EB2

Tints of Fuchsia #C13EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.11%

R = 44.57%
G = 14.32%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C13EB2 (or 0xC13EB2) is known color: Fuchsia. HEX triplet: C1, 3E and B2. RGB value is (193,62,178). Sum of RGB (Red+Green+Blue) = 193+62+178=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EB2 is #3EC14D. Grayscale: #727272. Windows color (decimal): -4112718 or 11681473. OLE color: 11681473.

HSL color Cylindrical-coordinate representation of color #C13EB2: hue angle of 306.87º 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 #C13EB2 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 62 178 -
CMYK 0 0.68 0.08 0.24
HSL 306.87º 0.51% 0.5% -
HSV(B) 306.87º 0.68% 0.76% -
XYZ 31.75 18 43.92 -
YUV 114.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 193 62 178 0 0.68 0.08 0.24 306.87 0.51 0.5
Hex C1 3E B2 0 44 8 18 133 33 32
Octal 301 76 262 0 104 10 30 463 63 62
Binary 11000001 111110 10110010 0 1000100 1000 11000 100110011 110011 110010

Color Harmonies of #C13EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EB2

Black with #C13EB2

Text Example


Text Example

White with #C13EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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