Html Css Color HEX #C134BE Fuchsia

📋 copy color: '#C134BE'

red 193 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #C134BE

Tints of Fuchsia #C134BE

RGB

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

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

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

R = 44.37%
G = 11.95%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C134BE (or 0xC134BE) is known color: Fuchsia. HEX triplet: C1, 34 and BE. RGB value is (193,52,190). Sum of RGB (Red+Green+Blue) = 193+52+190=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C134BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134BE is #3ECB41. Grayscale: #6D6D6D. Windows color (decimal): -4115266 or 12465345. OLE color: 12465345.

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

Color convert

RGB 193 52 190 -
CMYK 0 0.73 0.02 0.24
HSL 301.28º 0.58% 0.48% -
HSV(B) 301.28º 0.73% 0.76% -
XYZ 32.51 17.51 50.38 -
YUV 109.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 193 52 190 0 0.73 0.02 0.24 301.28 0.58 0.48
Hex C1 34 BE 0 49 2 18 12D 3A 30
Octal 301 64 276 0 111 2 30 455 72 60
Binary 11000001 110100 10111110 0 1001001 10 11000 100101101 111010 110000

Color Harmonies of #C134BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134BE

Black with #C134BE

Text Example


Text Example

White with #C134BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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