Html Css Color HEX #C13FB2 Fuchsia

📋 copy color: '#C13FB2'

red 193 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #C13FB2

Tints of Fuchsia #C13FB2

RGB

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

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

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

R = 44.47%
G = 14.52%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C13FB2 (or 0xC13FB2) is known color: Fuchsia. HEX triplet: C1, 3F and B2. RGB value is (193,63,178). Sum of RGB (Red+Green+Blue) = 193+63+178=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FB2 is #3EC04D. Grayscale: #727272. Windows color (decimal): -4112462 or 11681729. OLE color: 11681729.

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

Color convert

RGB 193 63 178 -
CMYK 0 0.67 0.08 0.24
HSL 306.92º 0.51% 0.5% -
HSV(B) 306.92º 0.67% 0.76% -
XYZ 31.81 18.11 43.94 -
YUV 114.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 193 63 178 0 0.67 0.08 0.24 306.92 0.51 0.5
Hex C1 3F B2 0 43 8 18 133 33 32
Octal 301 77 262 0 103 10 30 463 63 62
Binary 11000001 111111 10110010 0 1000011 1000 11000 100110011 110011 110010

Color Harmonies of #C13FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FB2

Black with #C13FB2

Text Example


Text Example

White with #C13FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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