Html Css Color HEX #C134BA Fuchsia

📋 copy color: '#C134BA'

red 193 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #C134BA

Tints of Fuchsia #C134BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 44.78%
G = 12.06%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C134BA (or 0xC134BA) is known color: Fuchsia. HEX triplet: C1, 34 and BA. RGB value is (193,52,186). Sum of RGB (Red+Green+Blue) = 193+52+186=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C134BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134BA is #3ECB45. Grayscale: #6D6D6D. Windows color (decimal): -4115270 or 12203201. OLE color: 12203201.

HSL color Cylindrical-coordinate representation of color #C134BA: hue angle of 302.98º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C134BA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 186 -
CMYK 0 0.73 0.04 0.24
HSL 302.98º 0.58% 0.48% -
HSV(B) 302.98º 0.73% 0.76% -
XYZ 32.08 17.34 48.11 -
YUV 109.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 193 52 186 0 0.73 0.04 0.24 302.98 0.58 0.48
Hex C1 34 BA 0 49 4 18 12F 3A 30
Octal 301 64 272 0 111 4 30 457 72 60
Binary 11000001 110100 10111010 0 1001001 100 11000 100101111 111010 110000

Color Harmonies of #C134BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134BA

Black with #C134BA

Text Example


Text Example

White with #C134BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134BA; }

 p { color: rgb(193,52,186); }

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

background-color css

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

 a { background-color: rgb(193,52,186); }

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

border-color css

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

 span { border-color: rgb(193,52,186); }

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